Searched refs:bpf_cmd (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| 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()
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | bpf.h | 60 enum bpf_cmd { enum
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | bpf.h | 78 enum bpf_cmd { enum
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | bpf.h | 91 enum bpf_cmd { enum
|
| /kernel/linux/linux-5.10/tools/include/uapi/linux/ |
| D | bpf.h | 91 enum bpf_cmd { enum
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| D | bpf.c | 62 static inline int sys_bpf(enum bpf_cmd cmd, union bpf_attr *attr, in sys_bpf()
|
| /kernel/linux/linux-5.10/tools/perf/ |
| D | builtin-trace.c | 710 static const char *bpf_cmd[] = { variable 714 static DEFINE_STRARRAY(bpf_cmd, "BPF_"); 918 .arg = { [0] = STRARRAY(cmd, bpf_cmd), }, },
|