Searched refs:BTF_F_PTR_RAW (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/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 | 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-6.12.1/include/linux/ |
D | btf.h | 187 #define BTF_SHOW_PTR_RAW BTF_F_PTR_RAW
|
/linux-6.12.1/include/uapi/linux/ |
D | bpf.h | 7419 BTF_F_PTR_RAW = (1ULL << 2), enumerator
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | bpf.h | 7419 BTF_F_PTR_RAW = (1ULL << 2), enumerator
|
/linux-6.12.1/kernel/trace/ |
D | bpf_trace.c | 956 BTF_F_PTR_RAW | BTF_F_ZERO)
|