Searched refs:BPF_MAP_LOOKUP_ELEM (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | README.rst | 22 For example ``bpf_map_lookup_elem`` wraps ``BPF_MAP_LOOKUP_ELEM``
|
| H A D | bpf.c | 393 return sys_bpf(BPF_MAP_LOOKUP_ELEM, &attr, sizeof(attr)); in bpf_map_lookup_elem() 406 return sys_bpf(BPF_MAP_LOOKUP_ELEM, &attr, sizeof(attr)); in bpf_map_lookup_elem_flags()
|
| /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 D | bpf.h | 86 BPF_MAP_LOOKUP_ELEM, 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 D | bpf.h | 86 BPF_MAP_LOOKUP_ELEM, enumerator
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 93 BPF_MAP_LOOKUP_ELEM, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 93 BPF_MAP_LOOKUP_ELEM, enumerator
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | syscall.c | 1027 if (CHECK_ATTR(BPF_MAP_LOOKUP_ELEM)) in map_lookup_elem() 4413 case BPF_MAP_LOOKUP_ELEM: in SYSCALL_DEFINE3()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | filter.rst | 1368 ``err = bpf(BPF_MAP_LOOKUP_ELEM, union bpf_attr *attr, u32 size)``
|