Home
last modified time | relevance | path

Searched refs:BPF_XDP_CPUMAP (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst200 | ``BPF_PROG_TYPE_XDP`` | ``BPF_XDP_CPUMAP`` | ``xdp.frags/…
/linux/include/uapi/linux/
H A Dbpf.h1097 BPF_XDP_CPUMAP, enumerator
/linux/tools/include/uapi/linux/
H A Dbpf.h1097 BPF_XDP_CPUMAP, enumerator
/linux/net/bpf/
H A Dtest_run.c1217 prog->expected_attach_type == BPF_XDP_CPUMAP) in bpf_prog_test_run_xdp()
/linux/tools/lib/bpf/
H A Dlibbpf.c122 [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 Ddev.c10020 if (new_prog->expected_attach_type == BPF_XDP_CPUMAP) { in dev_xdp_attach()