Searched refs:xdp_count_pkts (Results 1 – 2 of 2) sorted by relevance
212 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()
86 int xdp_count_pkts(struct xdp_md *xdp) in xdp_count_pkts() function