Searched defs:ip_vs_conn (Results 1 – 1 of 1) sorted by relevance
518 struct ip_vs_conn { struct519 struct hlist_node c_list; /* hashed list heads */521 __be16 cport;522 __be16 dport;523 __be16 vport;524 u16 af; /* address family */525 union nf_inet_addr caddr; /* client address */526 union nf_inet_addr vaddr; /* virtual address */527 union nf_inet_addr daddr; /* destination address */551 struct ip_vs_conn *control; /* Master control connection */ argument[all …]