Searched refs:bpf_cmd (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | netif_receive_skb.c | 174 TEST_BTF_C(str, enum bpf_cmd, 0, BPF_MAP_CREATE); in BPF_PROG() 175 TEST_BTF(str, enum bpf_cmd, 0, "(enum bpf_cmd)BPF_MAP_CREATE", 0); in BPF_PROG() 176 TEST_BTF(str, enum bpf_cmd, BTF_F_NONAME, "BPF_MAP_CREATE", in BPF_PROG() 178 TEST_BTF(str, enum bpf_cmd, BTF_F_NONAME|BTF_F_ZERO, in BPF_PROG() 181 TEST_BTF(str, enum bpf_cmd, BTF_F_ZERO, "(enum bpf_cmd)BPF_MAP_CREATE", in BPF_PROG() 183 TEST_BTF(str, enum bpf_cmd, BTF_F_NONAME|BTF_F_ZERO, in BPF_PROG() 185 TEST_BTF_C(str, enum bpf_cmd, 0, 2000); in BPF_PROG() 186 TEST_BTF(str, enum bpf_cmd, BTF_F_NONAME, "2000", 2000); in BPF_PROG()
|
| /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 | 84 enum bpf_cmd { enum
|
| /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 | 84 enum bpf_cmd { enum
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 91 enum bpf_cmd { enum
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 91 enum bpf_cmd { enum
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | bpf.c | 62 static inline int sys_bpf(enum bpf_cmd cmd, union bpf_attr *attr, in sys_bpf()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-trace.c | 708 static const char *bpf_cmd[] = { variable 712 static DEFINE_STRARRAY(bpf_cmd, "BPF_"); 916 .arg = { [0] = STRARRAY(cmd, bpf_cmd), }, },
|