Home
last modified time | relevance | path

Searched refs:LWTUNNEL_XMIT_CONTINUE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/net/
H A Dlwtunnel.h24 LWTUNNEL_XMIT_CONTINUE = 0x100, enumerator
/openbmc/linux/net/core/
H A Dlwt_bpf.c296 return LWTUNNEL_XMIT_CONTINUE; in bpf_xmit()
306 return LWTUNNEL_XMIT_CONTINUE; in bpf_xmit()
/openbmc/linux/net/ipv4/
H A Dip_output.c224 if (res != LWTUNNEL_XMIT_CONTINUE) in ip_finish_output2()
/openbmc/linux/net/ipv6/
H A Dip6_output.c120 if (res != LWTUNNEL_XMIT_CONTINUE) in ip6_finish_output2()