Searched defs:ip_vs_conn_param (Results 1 – 2 of 2) sorted by relevance
487 struct ip_vs_conn_param { struct488 struct netns_ipvs *ipvs;489 const union nf_inet_addr *caddr;490 const union nf_inet_addr *vaddr;491 __be16 cport;492 __be16 vport;493 __u16 protocol;494 u16 af;496 const struct ip_vs_pe *pe;497 char *pe_data;[all …]
548 struct ip_vs_conn_param { struct549 struct netns_ipvs *ipvs;550 const union nf_inet_addr *caddr;551 const union nf_inet_addr *vaddr;552 __be16 cport;553 __be16 vport;554 __u16 protocol;555 u16 af;557 const struct ip_vs_pe *pe;558 char *pe_data;[all …]