Searched refs:BPF_XDP_DEVMAP (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | program_types.rst | 204 | | ``BPF_XDP_DEVMAP`` | ``xdp.frags/…
|
| /linux-6.15/kernel/bpf/ |
| H A D | devmap.c | 882 if (prog->expected_attach_type != BPF_XDP_DEVMAP || in __dev_map_alloc_node()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 1098 BPF_XDP_DEVMAP, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 1098 BPF_XDP_DEVMAP, enumerator
|
| /linux-6.15/net/bpf/ |
| H A D | test_run.c | 1216 if (prog->expected_attach_type == BPF_XDP_DEVMAP || in bpf_prog_test_run_xdp()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.c | 121 [BPF_XDP_DEVMAP] = "xdp_devmap", 9532 SEC_DEF("xdp.frags/devmap", XDP, BPF_XDP_DEVMAP, SEC_XDP_FRAGS), 9533 SEC_DEF("xdp/devmap", XDP, BPF_XDP_DEVMAP, SEC_ATTACHABLE),
|
| /linux-6.15/net/core/ |
| H A D | dev.c | 10060 if (new_prog->expected_attach_type == BPF_XDP_DEVMAP) { in dev_xdp_attach()
|
| H A D | filter.c | 9114 if (prog->expected_attach_type != BPF_XDP_DEVMAP) { in xdp_is_valid_access()
|