Searched refs:BTF_F_PTR_RAW (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | btf_ptr.h | 7 #define BTF_F_PTR_RAW BTF_F_PTR_RAW___not_used macro 13 #undef BTF_F_PTR_RAW 25 BTF_F_PTR_RAW = (1ULL << 2), enumerator
|
| A D | netif_receive_skb.c | 94 static __u64 flags[] = { 0, BTF_F_COMPACT, BTF_F_ZERO, BTF_F_PTR_RAW, in BPF_PROG() 96 BTF_F_PTR_RAW | BTF_F_NONAME }; in BPF_PROG() 203 TEST_BTF(str, struct list_head, BTF_F_PTR_RAW, in BPF_PROG() 207 TEST_BTF(str, struct list_head, BTF_F_PTR_RAW, in BPF_PROG()
|
| /tools/include/uapi/linux/ |
| A D | bpf.h | 7519 BTF_F_PTR_RAW = (1ULL << 2), enumerator
|
Completed in 21 milliseconds