Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dip_vs.h497 struct ip_vs_conn_param { struct
498 struct netns_ipvs *ipvs;
499 const union nf_inet_addr *caddr;
500 const union nf_inet_addr *vaddr;
501 __be16 cport;
502 __be16 vport;
503 __u16 protocol;
504 u16 af;
506 const struct ip_vs_pe *pe;
507 char *pe_data;
[all …]