Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsection_names.c38 {"xdp", {0, BPF_PROG_TYPE_XDP, BPF_XDP}, {0, BPF_XDP} },
H A Dxdp_attach.c133 err = bpf_link_create(fd_xdp, IFINDEX_LO, BPF_XDP, &opts); in test_xdp_attach_fail()
H A Dtoken.c665 prog_opts.expected_attach_type = BPF_XDP; in userns_prog_load()
/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst208 | | ``BPF_XDP`` | ``xdp.frags`…
/linux/include/uapi/linux/
H A Dbpf.h1099 BPF_XDP, enumerator
/linux/tools/include/uapi/linux/
H A Dbpf.h1099 BPF_XDP, enumerator
/linux/tools/testing/selftests/bpf/
H A Dveristat.c1039 { "xdp_md", "xdp_buff", BPF_PROG_TYPE_XDP, BPF_XDP }, in guess_prog_type_by_ctx_name()
/linux/tools/lib/bpf/
H A Dlibbpf.c123 [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 Dsyscall.c4082 case BPF_XDP: in attach_type_to_prog_type()