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.h798 struct ip_vs_conn { struct
801 struct ip_vs_conn_hnode hn0; /* Original direction */ argument
804 struct ip_vs_conn_hnode hn1; /* Reply direction */ argument
812 struct ip_vs_conn *control; /* Master control connection */ argument
813 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 for
824 union nf_inet_addr caddr; /* client address */
[all …]