Home
last modified time | relevance | path

Searched refs:BPF_MAP_CREATE (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dnetif_receive_skb.c174 TEST_BTF_C(str, enum bpf_cmd, 0, BPF_MAP_CREATE); in BPF_PROG()
177 BPF_MAP_CREATE); in BPF_PROG()
182 BPF_MAP_CREATE); in BPF_PROG()
184 "BPF_MAP_CREATE", BPF_MAP_CREATE); in BPF_PROG()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dobj_name.c60 fd = syscall(__NR_bpf, BPF_MAP_CREATE, &attr, sizeof(attr)); in test_obj_name()
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dbtf.rst460 * BPF_MAP_CREATE: map creation with btf key and value type info.
473 BPF_MAP_CREATE and BPF_PROG_LOAD
505 3.2 BPF_MAP_CREATE
527 key/value type_id's and assign them to BPF_MAP_CREATE attributes
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf.c104 return sys_bpf(BPF_MAP_CREATE, &attr, sizeof(attr)); in bpf_create_map_xattr()
180 return sys_bpf(BPF_MAP_CREATE, &attr, sizeof(attr)); in bpf_create_map_in_map_node()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h85 BPF_MAP_CREATE, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h85 BPF_MAP_CREATE, enumerator
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h92 BPF_MAP_CREATE, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h92 BPF_MAP_CREATE, enumerator
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c817 err = CHECK_ATTR(BPF_MAP_CREATE); in map_create()
4410 case BPF_MAP_CREATE: in SYSCALL_DEFINE3()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfilter.rst1363 ``map_fd = bpf(BPF_MAP_CREATE, union bpf_attr *attr, u32 size)``
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c6790 case BPF_MAP_CREATE: in selinux_bpf()