Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dip_vs.h492 struct ip_vs_conn_param { struct
493 struct netns_ipvs *ipvs;
494 const union nf_inet_addr *caddr;
495 const union nf_inet_addr *vaddr;
496 __be16 cport;
497 __be16 vport;
498 __u16 protocol;
499 u16 af;
501 const struct ip_vs_pe *pe;
502 char *pe_data;
[all …]