Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Ddevmap.c619 if (prog->expected_attach_type != BPF_XDP_DEVMAP) in __dev_map_alloc_node()
/OK3568_Linux_fs/kernel/net/bpf/
H A Dtest_run.c685 if (prog->expected_attach_type == BPF_XDP_DEVMAP || in bpf_prog_test_run_xdp()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h238 BPF_XDP_DEVMAP, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h238 BPF_XDP_DEVMAP, enumerator
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c9213 if (new_prog->expected_attach_type == BPF_XDP_DEVMAP) { in dev_xdp_attach()
H A Dfilter.c7912 if (prog->expected_attach_type != BPF_XDP_DEVMAP) { in xdp_is_valid_access()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c8386 BPF_XDP_DEVMAP),