Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip_vs.h791 struct ip_vs_conn_param { struct
792 struct netns_ipvs *ipvs;
793 const union nf_inet_addr *caddr;
794 const union nf_inet_addr *vaddr;
795 __be16 cport;
796 __be16 vport;
797 __u16 protocol;
798 u16 af;
800 const struct ip_vs_pe *pe;
801 char *pe_data;
[all …]