Home
last modified time | relevance | path

Searched defs:ip_vs_conn (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/
H A Dip_vs.h813 struct ip_vs_conn { struct
816 struct ip_vs_conn_hnode hn0; /* Original direction */ argument
819 struct ip_vs_conn_hnode hn1; /* Reply direction */ argument
827 struct ip_vs_conn *control; /* Master control connection */ argument
828 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 for
839 union nf_inet_addr caddr; /* client address */
[all …]