Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_tc_edt.c79 static inline int handle_ipv4(struct __sk_buff *skb) in handle_ipv4() function
105 return handle_ipv4(skb); in tc_prog()
Dtest_xdp_loop.c75 static __always_inline int handle_ipv4(struct xdp_md *xdp) in handle_ipv4() function
222 return handle_ipv4(xdp); in _xdp_tx_iptunnel()
Dtest_xdp.c79 static __always_inline int handle_ipv4(struct xdp_md *xdp) in handle_ipv4() function
226 return handle_ipv4(xdp); in _xdp_tx_iptunnel()
Dtest_xdp_dynptr.c77 static __always_inline int handle_ipv4(struct xdp_md *xdp, struct bpf_dynptr *xdp_ptr) in handle_ipv4() function
248 return handle_ipv4(xdp, &ptr); in _xdp_tx_iptunnel()
/linux-6.12.1/samples/bpf/
Dxdp_adjust_tail_kern.c120 static __always_inline int handle_ipv4(struct xdp_md *xdp) in handle_ipv4() function
150 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()