Searched refs:BPF_XDP_CPUMAP (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 200 | ``BPF_PROG_TYPE_XDP`` | ``BPF_XDP_CPUMAP`` | ``xdp.frags/…
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 1097 BPF_XDP_CPUMAP, enumerator
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1097 BPF_XDP_CPUMAP, enumerator
|
/linux/net/bpf/ |
H A D | test_run.c | 1217 prog->expected_attach_type == BPF_XDP_CPUMAP) in bpf_prog_test_run_xdp()
|
/linux/tools/lib/bpf/ |
H A D | libbpf.c | 122 [BPF_XDP_CPUMAP] = "xdp_cpumap", 9469 SEC_DEF("xdp.frags/cpumap", XDP, BPF_XDP_CPUMAP, SEC_XDP_FRAGS), 9470 SEC_DEF("xdp/cpumap", XDP, BPF_XDP_CPUMAP, SEC_ATTACHABLE),
|
/linux/net/core/ |
H A D | dev.c | 10020 if (new_prog->expected_attach_type == BPF_XDP_CPUMAP) { in dev_xdp_attach()
|