Searched refs:BPF_XDP (Results 1 – 9 of 9) sorted by relevance
/linux/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 | 665 prog_opts.expected_attach_type = BPF_XDP; in userns_prog_load()
|
/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 208 | | ``BPF_XDP`` | ``xdp.frags`…
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 1099 BPF_XDP, enumerator
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1099 BPF_XDP, enumerator
|
/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 1039 { "xdp_md", "xdp_buff", BPF_PROG_TYPE_XDP, BPF_XDP }, in guess_prog_type_by_ctx_name()
|
/linux/tools/lib/bpf/ |
H A D | libbpf.c | 123 [BPF_XDP] = "xdp", 9471 SEC_DEF("xdp.frags", XDP, BPF_XDP, SEC_XDP_FRAGS), 9472 SEC_DEF("xdp", XDP, BPF_XDP, SEC_ATTACHABLE_OPT),
|
/linux/kernel/bpf/ |
H A D | syscall.c | 4082 case BPF_XDP: in attach_type_to_prog_type()
|