Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dlwtunnel.h31 LWTUNNEL_IP_OPTS, enumerator
/Linux-v5.10/net/ipv4/
Dip_tunnel_core.c442 [LWTUNNEL_IP_UNSPEC] = { .strict_start_type = LWTUNNEL_IP_OPTS },
449 [LWTUNNEL_IP_OPTS] = { .type = NLA_NESTED },
675 opt_len = ip_tun_get_optlen(tb[LWTUNNEL_IP_OPTS], extack); in ip_tun_build_state()
687 err = ip_tun_set_opts(tb[LWTUNNEL_IP_OPTS], tun_info, extack); in ip_tun_build_state()
858 ip_tun_fill_encap_opts(skb, LWTUNNEL_IP_OPTS, tun_info)) in ip_tun_fill_encap_info()