Searched refs:handle_ipv4 (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tc_edt.c79 static inline int handle_ipv4(struct __sk_buff *skb) function
105 return handle_ipv4(skb);
H A Dtest_xdp.c79 static __always_inline int handle_ipv4(struct xdp_md *xdp) function
226 return handle_ipv4(xdp);
H A Dtest_xdp_loop.c75 static __always_inline int handle_ipv4(struct xdp_md *xdp) function
222 return handle_ipv4(xdp);
H A Dtest_xdp_dynptr.c77 static __always_inline int handle_ipv4(struct xdp_md *xdp, struct bpf_dynptr *xdp_ptr) function
248 return handle_ipv4(xdp, &ptr);
/linux-master/samples/bpf/
H A Dxdp_adjust_tail_kern.c120 static __always_inline int handle_ipv4(struct xdp_md *xdp) function
150 return handle_ipv4(xdp);
H A Dxdp_tx_iptunnel_kern.c77 static __always_inline int handle_ipv4(struct xdp_md *xdp) function
229 return handle_ipv4(xdp);

Completed in 384 milliseconds