Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A 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()
H A 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()
H A Dtest_xdp_loop.c76 static __always_inline int handle_ipv4(struct xdp_md *xdp) in handle_ipv4() function
223 return handle_ipv4(xdp); in _xdp_tx_iptunnel()
/OK3568_Linux_fs/kernel/samples/bpf/
H A 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()
H A 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()