Home
last modified time | relevance | path

Searched refs:LWTUNNEL_ENCAP_NONE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/core/
Dlwtunnel.c51 case LWTUNNEL_ENCAP_NONE: in lwtunnel_encap_str()
92 if (encap_type == LWTUNNEL_ENCAP_NONE || in lwtunnel_encap_del_ops()
115 if (encap_type == LWTUNNEL_ENCAP_NONE || in lwtunnel_build_state()
150 if (encap_type == LWTUNNEL_ENCAP_NONE || in lwtunnel_valid_encap_type()
235 if (lwtstate->type == LWTUNNEL_ENCAP_NONE || in lwtunnel_fill_encap()
274 if (lwtstate->type == LWTUNNEL_ENCAP_NONE || in lwtunnel_get_encap_size()
302 if (a->type == LWTUNNEL_ENCAP_NONE || in lwtunnel_cmp_encap()
327 if (lwtstate->type == LWTUNNEL_ENCAP_NONE || in lwtunnel_output()
362 if (lwtstate->type == LWTUNNEL_ENCAP_NONE || in lwtunnel_xmit()
396 if (lwtstate->type == LWTUNNEL_ENCAP_NONE || in lwtunnel_input()
/Linux-v4.19/include/uapi/linux/
Dlwtunnel.h8 LWTUNNEL_ENCAP_NONE, enumerator
/Linux-v4.19/net/ipv4/
Dfib_semantics.c619 if (encap_type == LWTUNNEL_ENCAP_NONE) in fib_encap_match()
1150 if (cfg->fc_encap_type == LWTUNNEL_ENCAP_NONE) { in fib_create_info()