Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c3673 *nla_l_thresh, *nla_tun_type, *nla_tun_port, in ip_vs_genl_parse_dest() local
3681 nla_tun_port = attrs[IPVS_DEST_ATTR_TUN_PORT]; in ip_vs_genl_parse_dest()
3696 if (nla_tun_port) in ip_vs_genl_parse_dest()
3697 udest->tun_port = nla_get_be16(nla_tun_port); in ip_vs_genl_parse_dest()