Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dlwtunnel.h48 LWTUNNEL_IP6_OPTS, enumerator
/linux/net/ipv4/
H A Dip_tunnel_core.c937 [LWTUNNEL_IP6_UNSPEC] = { .strict_start_type = LWTUNNEL_IP6_OPTS },
944 [LWTUNNEL_IP6_OPTS] = { .type = NLA_NESTED },
962 opt_len = ip_tun_get_optlen(tb[LWTUNNEL_IP6_OPTS], extack); in ip6_tun_build_state()
974 err = ip_tun_set_opts(tb[LWTUNNEL_IP6_OPTS], tun_info, extack); in ip6_tun_build_state()
1028 ip_tun_fill_encap_opts(skb, LWTUNNEL_IP6_OPTS, tun_info)) in ip6_tun_fill_encap_info()