Searched defs:ip_vs_conn (Results 1 – 1 of 1) sorted by relevance
813 struct ip_vs_conn { struct816 struct ip_vs_conn_hnode hn0; /* Original direction */ argument819 struct ip_vs_conn_hnode hn1; /* Reply direction */ argument827 struct ip_vs_conn *control; /* Master control connection */ argument828 const struct ip_vs_pe *pe;829 char *pe_data;830 __u8 pe_data_len;831 volatile __u16 state; /* state info */832 volatile __u16 old_state; /* old state, to be used for839 union nf_inet_addr caddr; /* client address */[all …]