Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/include/net/
Dip_vs.h548 struct ip_vs_conn_param { struct
549 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 …]