Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dlwtunnel.h33 LWTUNNEL_IP_OPTS, enumerator
/linux-6.12.1/net/ipv4/
Dip_tunnel_core.c434 [LWTUNNEL_IP_UNSPEC] = { .strict_start_type = LWTUNNEL_IP_OPTS },
441 [LWTUNNEL_IP_OPTS] = { .type = NLA_NESTED },
668 opt_len = ip_tun_get_optlen(tb[LWTUNNEL_IP_OPTS], extack); in ip_tun_build_state()
680 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()