Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcpumap.c403 if (prog->expected_attach_type != BPF_XDP_CPUMAP) { in __cpu_map_load_bpf_program()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_redirect_cpu_user.c725 .expected_attach_type = BPF_XDP_CPUMAP, in load_cpumap_prog()
/OK3568_Linux_fs/kernel/net/bpf/
H A Dtest_run.c686 prog->expected_attach_type == BPF_XDP_CPUMAP) in bpf_prog_test_run_xdp()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h240 BPF_XDP_CPUMAP, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h240 BPF_XDP_CPUMAP, enumerator
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c9217 if (new_prog->expected_attach_type == BPF_XDP_CPUMAP) { in dev_xdp_attach()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c8388 BPF_XDP_CPUMAP),