Searched refs:BTF_F_PTR_RAW (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
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
|
D | bpf_iter.h | 24 #define BTF_F_PTR_RAW BTF_F_PTR_RAW___not_used macro 48 #undef BTF_F_PTR_RAW 160 BTF_F_PTR_RAW = (1ULL << 2), enumerator
|
D | netif_receive_skb.c | 97 static __u64 flags[] = { 0, BTF_F_COMPACT, BTF_F_ZERO, BTF_F_PTR_RAW, in BPF_PROG() 99 BTF_F_PTR_RAW | BTF_F_NONAME }; in BPF_PROG() 206 TEST_BTF(str, struct list_head, BTF_F_PTR_RAW, in BPF_PROG() 210 TEST_BTF(str, struct list_head, BTF_F_PTR_RAW, in BPF_PROG()
|
/Linux-v6.6/include/linux/ |
D | btf.h | 173 #define BTF_SHOW_PTR_RAW BTF_F_PTR_RAW
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | bpf.h | 7220 BTF_F_PTR_RAW = (1ULL << 2), enumerator
|
/Linux-v6.6/include/uapi/linux/ |
D | bpf.h | 7220 BTF_F_PTR_RAW = (1ULL << 2), enumerator
|
/Linux-v6.6/kernel/trace/ |
D | bpf_trace.c | 973 BTF_F_PTR_RAW | BTF_F_ZERO)
|