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

/linux-master/samples/bpf/
H A Dxdp_tx_iptunnel_kern.c152 static __always_inline int handle_ipv6(struct xdp_md *xdp) function
232 return handle_ipv6(xdp);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp.c152 static __always_inline int handle_ipv6(struct xdp_md *xdp) function
229 return handle_ipv6(xdp);
H A Dtest_xdp_loop.c148 static __always_inline int handle_ipv6(struct xdp_md *xdp) function
225 return handle_ipv6(xdp);
H A Dtest_xdp_dynptr.c159 static __always_inline int handle_ipv6(struct xdp_md *xdp, struct bpf_dynptr *xdp_ptr) function
251 return handle_ipv6(xdp, &ptr);

Completed in 115 milliseconds