Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dip_vs.h487 struct ip_vs_conn_param { struct
488 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 …]