Searched refs:BPF_XDP_DEVMAP (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 178 | | ``BPF_XDP_DEVMAP`` | ``xdp.frags/…
|
/openbmc/linux/kernel/bpf/ |
H A D | devmap.c | 874 if (prog->expected_attach_type != BPF_XDP_DEVMAP || in __dev_map_alloc_node()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1044 BPF_XDP_DEVMAP, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1044 BPF_XDP_DEVMAP, enumerator
|
/openbmc/linux/net/bpf/ |
H A D | test_run.c | 1162 if (prog->expected_attach_type == BPF_XDP_DEVMAP || in bpf_prog_test_run_xdp()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 113 [BPF_XDP_DEVMAP] = "xdp_devmap", 8821 SEC_DEF("xdp.frags/devmap", XDP, BPF_XDP_DEVMAP, SEC_XDP_FRAGS), 8822 SEC_DEF("xdp/devmap", XDP, BPF_XDP_DEVMAP, SEC_ATTACHABLE),
|
/openbmc/linux/net/core/ |
H A D | dev.c | 9347 if (new_prog->expected_attach_type == BPF_XDP_DEVMAP) { in dev_xdp_attach()
|
H A D | filter.c | 8963 if (prog->expected_attach_type != BPF_XDP_DEVMAP) { in xdp_is_valid_access()
|