Linux Kernel
3.7.1
|
#include <ip_vs.h>
Data Fields | |
struct hlist_node | c_list |
u16 | af |
__be16 | cport |
__be16 | vport |
__be16 | dport |
__u32 | fwmark |
union nf_inet_addr | caddr |
union nf_inet_addr | vaddr |
union nf_inet_addr | daddr |
volatile __u32 | flags |
__u16 | protocol |
atomic_t | refcnt |
struct timer_list | timer |
volatile unsigned long | timeout |
spinlock_t | lock |
volatile __u16 | state |
volatile __u16 | old_state |
unsigned long | sync_endtime |
struct ip_vs_conn * | control |
atomic_t | n_control |
struct ip_vs_dest * | dest |
atomic_t | in_pkts |
int(* | packet_xmit )(struct sk_buff *skb, struct ip_vs_conn *cp, struct ip_vs_protocol *pp) |
struct ip_vs_app * | app |
void * | app_data |
struct ip_vs_seq | in_seq |
struct ip_vs_seq | out_seq |
struct ip_vs_pe * | pe |
char * | pe_data |
__u8 | pe_data_len |
struct hlist_node c_list |
union nf_inet_addr caddr |
struct ip_vs_conn* control |
union nf_inet_addr daddr |
struct ip_vs_dest* dest |
spinlock_t lock |
int(* packet_xmit)(struct sk_buff *skb, struct ip_vs_conn *cp, struct ip_vs_protocol *pp) |
union nf_inet_addr vaddr |