Searched refs:BPF_XDP (Results 1 - 8 of 8) sorted by relevance

/linux-master/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);
H A Dtoken.c665 prog_opts.expected_attach_type = BPF_XDP;
/linux-master/include/uapi/linux/
H A Dbpf.h1099 BPF_XDP, enumerator in enum:bpf_attach_type
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1099 BPF_XDP, enumerator in enum:bpf_attach_type
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c882 { "xdp_md", "xdp_buff", BPF_PROG_TYPE_XDP, BPF_XDP },
/linux-master/kernel/bpf/
H A Dsyscall.c3957 case BPF_XDP:
/linux-master/tools/lib/bpf/
H A Dlibbpf.c123 [BPF_XDP] = "xdp",
9291 SEC_DEF("xdp.frags", XDP, BPF_XDP, SEC_XDP_FRAGS),
9292 SEC_DEF("xdp", XDP, BPF_XDP, SEC_ATTACHABLE_OPT),

Completed in 374 milliseconds