Home
last modified time | relevance | path

Searched refs:nla_tun_type (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
3680 nla_tun_type = attrs[IPVS_DEST_ATTR_TUN_TYPE]; in ip_vs_genl_parse_dest()
3693 if (nla_tun_type) in ip_vs_genl_parse_dest()
3694 udest->tun_type = nla_get_u8(nla_tun_type); in ip_vs_genl_parse_dest()