Searched refs:BPF_XDP (Results 1 – 5 of 5) sorted by relevance
/tools/testing/selftests/bpf/prog_tests/ |
D | section_names.c | 38 {"xdp", {0, BPF_PROG_TYPE_XDP, BPF_XDP}, {0, BPF_XDP} },
|
/tools/lib/bpf/ |
D | xsk.c | 535 link_fd = bpf_link_create(ctx->prog_fd, ctx->ifindex, BPF_XDP, &opts); in xsk_create_bpf_link() 757 link_fd = bpf_link_create(prog_fd, ifindex_lo, BPF_XDP, &opts); in xsk_probe_bpf_link()
|
D | libbpf.c | 8024 BPF_XDP),
|
/tools/bpf/bpftool/ |
D | common.c | 73 [BPF_XDP] = "xdp",
|
/tools/include/uapi/linux/ |
D | bpf.h | 992 BPF_XDP, enumerator
|