Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dlwtunnel.h46 LWTUNNEL_IP6_FLAGS, enumerator
/linux-6.6.21/net/ipv4/
Dip_tunnel_core.c935 [LWTUNNEL_IP6_FLAGS] = { .type = NLA_U16 },
987 if (tb[LWTUNNEL_IP6_FLAGS]) in ip6_tun_build_state()
989 (nla_get_be16(tb[LWTUNNEL_IP6_FLAGS]) & in ip6_tun_build_state()
1011 nla_put_be16(skb, LWTUNNEL_IP6_FLAGS, tun_info->key.tun_flags) || in ip6_tun_fill_encap_info()