Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dxdp_adjust_tail_kern.c117 static __always_inline int handle_ipv4(struct xdp_md *xdp) in handle_ipv4() function
147 return handle_ipv4(xdp); in _xdp_icmp()
Dxdp_tx_iptunnel_kern.c77 static __always_inline int handle_ipv4(struct xdp_md *xdp) in handle_ipv4() function
229 return handle_ipv4(xdp); in _xdp_tx_iptunnel()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_xdp.c80 static __always_inline int handle_ipv4(struct xdp_md *xdp) in handle_ipv4() function
227 return handle_ipv4(xdp); in _xdp_tx_iptunnel()