Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dlwtunnel.h33 LWTUNNEL_IP_OPTS, enumerator
/linux/net/ipv4/
H A Dip_tunnel_core.c469 [LWTUNNEL_IP_UNSPEC] = { .strict_start_type = LWTUNNEL_IP_OPTS },
476 [LWTUNNEL_IP_OPTS] = { .type = NLA_NESTED },
709 opt_len = ip_tun_get_optlen(tb[LWTUNNEL_IP_OPTS], extack); in ip_tun_build_state()
721 err = ip_tun_set_opts(tb[LWTUNNEL_IP_OPTS], tun_info, opt_len, in ip_tun_build_state()
899 ip_tun_fill_encap_opts(skb, LWTUNNEL_IP_OPTS, tun_info)) in ip_tun_fill_encap_info()