Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_xdp.c153 static __always_inline int handle_ipv6(struct xdp_md *xdp) in handle_ipv6() function
230 return handle_ipv6(xdp); in _xdp_tx_iptunnel()
Dtest_xdp_loop.c149 static __always_inline int handle_ipv6(struct xdp_md *xdp) in handle_ipv6() function
226 return handle_ipv6(xdp); in _xdp_tx_iptunnel()
/Linux-v5.4/samples/bpf/
Dxdp_tx_iptunnel_kern.c152 static __always_inline int handle_ipv6(struct xdp_md *xdp) in handle_ipv6() function
232 return handle_ipv6(xdp); in _xdp_tx_iptunnel()