Home
last modified time | relevance | path

Searched refs:BPF_XDP (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dsection_names.c38 {"xdp", {0, BPF_PROG_TYPE_XDP, BPF_XDP}, {0, BPF_XDP} },
/Linux-v5.15/tools/lib/bpf/
Dxsk.c535 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()
Dlibbpf.c8000 BPF_XDP),
/Linux-v5.15/tools/bpf/bpftool/
Dcommon.c73 [BPF_XDP] = "xdp",
/Linux-v5.15/include/uapi/linux/
Dbpf.h992 BPF_XDP, enumerator
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h992 BPF_XDP, enumerator
/Linux-v5.15/kernel/bpf/
Dsyscall.c3141 case BPF_XDP: in attach_type_to_prog_type()