Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_loop.c147 static __always_inline int handle_ipv6(struct xdp_md *xdp) in handle_ipv6() function
224 return handle_ipv6(xdp); in _xdp_tx_iptunnel()
H A Dtest_xdp.c151 static __always_inline int handle_ipv6(struct xdp_md *xdp) in handle_ipv6() function
228 return handle_ipv6(xdp); in _xdp_tx_iptunnel()
H A Dtest_xdp_dynptr.c159 static __always_inline int handle_ipv6(struct xdp_md *xdp, struct bpf_dynptr *xdp_ptr) in handle_ipv6() function
251 return handle_ipv6(xdp, &ptr); in _xdp_tx_iptunnel()
/openbmc/linux/samples/bpf/
H A 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()