Home
last modified time | relevance | path

Searched refs:xdp_count_pkts (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_do_redirect.c212 link = bpf_program__attach_xdp(skel->progs.xdp_count_pkts, ifindex_dst); in test_xdp_do_redirect()
215 skel->links.xdp_count_pkts = link; in test_xdp_do_redirect()
239 test_max_pkt_size(bpf_program__fd(skel->progs.xdp_count_pkts)); in test_xdp_do_redirect()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_do_redirect.c86 int xdp_count_pkts(struct xdp_md *xdp) in xdp_count_pkts() function