Home
last modified time | relevance | path

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

/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.c78 static __always_inline int handle_ipv4(struct xdp_md *xdp) in handle_ipv4() function
225 return handle_ipv4(xdp); in _xdp_tx_iptunnel()
Dtest_xdp_loop.c74 static __always_inline int handle_ipv4(struct xdp_md *xdp) in handle_ipv4() function
221 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()