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

/linux-master/include/uapi/linux/
H A Dlwtunnel.h48 LWTUNNEL_IP6_OPTS, enumerator in enum:lwtunnel_ip6_t
/linux-master/net/ipv4/
H A Dip_tunnel_core.c929 [LWTUNNEL_IP6_UNSPEC] = { .strict_start_type = LWTUNNEL_IP6_OPTS },
936 [LWTUNNEL_IP6_OPTS] = { .type = NLA_NESTED },
954 opt_len = ip_tun_get_optlen(tb[LWTUNNEL_IP6_OPTS], extack);
966 err = ip_tun_set_opts(tb[LWTUNNEL_IP6_OPTS], tun_info, extack);
1012 ip_tun_fill_encap_opts(skb, LWTUNNEL_IP6_OPTS, tun_info))
1027 /* LWTUNNEL_IP6_OPTS */

Completed in 130 milliseconds