Searched refs:BPF_XDP (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | section_names.c | 38 {"xdp", {0, BPF_PROG_TYPE_XDP, BPF_XDP}, {0, BPF_XDP} },
|
| H A D | xdp_attach.c | 133 err = bpf_link_create(fd_xdp, IFINDEX_LO, BPF_XDP, &opts); in test_xdp_attach_fail()
|
| H A D | token.c | 666 prog_opts.expected_attach_type = BPF_XDP; in userns_prog_load()
|
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | program_types.rst | 208 | | ``BPF_XDP`` | ``xdp.frags`…
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 1102 BPF_XDP, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 1102 BPF_XDP, enumerator
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 1110 { "xdp_md", "xdp_buff", BPF_PROG_TYPE_XDP, BPF_XDP }, in guess_prog_type_by_ctx_name()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 123 [BPF_XDP] = "xdp", 9536 SEC_DEF("xdp.frags", XDP, BPF_XDP, SEC_XDP_FRAGS), 9537 SEC_DEF("xdp", XDP, BPF_XDP, SEC_ATTACHABLE_OPT),
|
| /linux-6.15/kernel/bpf/ |
| H A D | syscall.c | 4101 case BPF_XDP: in attach_type_to_prog_type()
|