Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c574 port = dest->tun_port; in ip_vs_rs_hash()
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) in ip_vs_find_tunnel() argument
679 hash = ip_vs_rs_hashkey(af, daddr, tun_port); in ip_vs_find_tunnel()
682 if (dest->tun_port == tun_port && in ip_vs_find_tunnel()
994 udest->tun_port != dest->tun_port) in __ip_vs_update_dest()
999 dest->tun_port in __ip_vs_update_dest()
[all...]
H A Dip_vs_xmit.c1068 dport = cp->dest->tun_port; in ipvs_gue_encap()
/openbmc/linux/include/net/
H A Dip_vs.h666 __be16 tun_port; /* tunnel port */ member
729 __be16 tun_port; /* tunnel port */ member
1538 __be16 tun_port);