Home
last modified time | relevance | path

Searched refs:BTF_F_PTR_RAW (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_ptr.h7 #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 Dnetif_receive_skb.c94 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 Dbtf.h188 #define BTF_SHOW_PTR_RAW BTF_F_PTR_RAW
/linux/include/uapi/linux/
H A Dbpf.h7428 BTF_F_PTR_RAW = (1ULL << 2), enumerator
/linux/tools/include/uapi/linux/
H A Dbpf.h7428 BTF_F_PTR_RAW = (1ULL << 2), enumerator
/linux/kernel/trace/
H A Dbpf_trace.c970 BTF_F_PTR_RAW | BTF_F_ZERO)