Searched defs:ip_vs_conn (Results 1 – 1 of 1) sorted by relevance
798 struct ip_vs_conn { struct801 struct ip_vs_conn_hnode hn0; /* Original direction */ argument804 struct ip_vs_conn_hnode hn1; /* Reply direction */ argument812 struct ip_vs_conn *control; /* Master control connection */ argument813 const struct ip_vs_pe *pe;814 char *pe_data;815 __u8 pe_data_len;816 volatile __u16 state; /* state info */817 volatile __u16 old_state; /* old state, to be used for824 union nf_inet_addr caddr; /* client address */[all …]