Searched refs:BPF_XDP (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | section_names.c | 38 {"xdp", {0, BPF_PROG_TYPE_XDP, BPF_XDP}, {0, BPF_XDP} },
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | xsk.c | 514 link_fd = bpf_link_create(ctx->prog_fd, ctx->ifindex, BPF_XDP, &opts); in xsk_create_bpf_link() 746 link_fd = bpf_link_create(prog_fd, ifindex_lo, BPF_XDP, &opts); in xsk_probe_bpf_link()
|
/Linux-v6.1/tools/include/uapi/linux/ |
D | bpf.h | 1021 BPF_XDP, enumerator
|
/Linux-v6.1/include/uapi/linux/ |
D | bpf.h | 1021 BPF_XDP, enumerator
|
/Linux-v6.1/tools/lib/bpf/ |
D | libbpf.c | 114 [BPF_XDP] = "xdp", 8503 SEC_DEF("xdp.frags", XDP, BPF_XDP, SEC_XDP_FRAGS), 8504 SEC_DEF("xdp", XDP, BPF_XDP, SEC_ATTACHABLE_OPT),
|
/Linux-v6.1/kernel/bpf/ |
D | syscall.c | 3447 case BPF_XDP: in attach_type_to_prog_type()
|