Home
last modified time | relevance | path

Searched refs:BPF_XDP_DEVMAP (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst204 | | ``BPF_XDP_DEVMAP`` | ``xdp.frags/…
/linux/kernel/bpf/
H A Ddevmap.c882 if (prog->expected_attach_type != BPF_XDP_DEVMAP || in __dev_map_alloc_node()
/linux/include/uapi/linux/
H A Dbpf.h1095 BPF_XDP_DEVMAP, enumerator
/linux/tools/include/uapi/linux/
H A Dbpf.h1095 BPF_XDP_DEVMAP, enumerator
/linux/net/bpf/
H A Dtest_run.c1216 if (prog->expected_attach_type == BPF_XDP_DEVMAP || in bpf_prog_test_run_xdp()
/linux/tools/lib/bpf/
H A Dlibbpf.c121 [BPF_XDP_DEVMAP] = "xdp_devmap",
9467 SEC_DEF("xdp.frags/devmap", XDP, BPF_XDP_DEVMAP, SEC_XDP_FRAGS),
9468 SEC_DEF("xdp/devmap", XDP, BPF_XDP_DEVMAP, SEC_ATTACHABLE),
/linux/net/core/
H A Ddev.c10016 if (new_prog->expected_attach_type == BPF_XDP_DEVMAP) { in dev_xdp_attach()
H A Dfilter.c9041 if (prog->expected_attach_type != BPF_XDP_DEVMAP) { in xdp_is_valid_access()