Searched refs:BTF_F_PTR_RAW (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H 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
|
H 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()
|
/linux/include/linux/ |
H A D | btf.h | 188 #define BTF_SHOW_PTR_RAW BTF_F_PTR_RAW
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 7428 BTF_F_PTR_RAW = (1ULL << 2), enumerator
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 7428 BTF_F_PTR_RAW = (1ULL << 2), enumerator
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 970 BTF_F_PTR_RAW | BTF_F_ZERO)
|