Searched refs:tun_port (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c574 port = dest->tun_port;
665 /* Find real service record by <af,addr,tun_port>.
666 * In case of multiple records with the same <af,addr,tun_port>, only
673 __be16 tun_port)
679 hash = ip_vs_rs_hashkey(af, daddr, tun_port);
682 if (dest->tun_port == tun_port &&
994 udest->tun_port != dest->tun_port)
999 dest->tun_port
671 ip_vs_find_tunnel(struct netns_ipvs *ipvs, int af, const union nf_inet_addr *daddr, __be16 tun_port) argument
[all...]
H A Dip_vs_xmit.c1068 dport = cp->dest->tun_port;
/linux-master/include/net/
H A Dip_vs.h666 __be16 tun_port; /* tunnel port */ member in struct:ip_vs_dest_user_kern
729 __be16 tun_port; /* tunnel port */ member in struct:ip_vs_dest
1538 __be16 tun_port);

Completed in 121 milliseconds