/tools/testing/selftests/bpf/ |
D | btf_helpers.c | 29 static const char *btf_kind_str(__u16 kind) in btf_kind_str() 88 int kind, i; in fprintf_btf_type_raw() local
|
D | test_tcp_hdr_options.h | 70 __u8 kind; member 80 __u8 kind; member
|
D | test_btf.h | 7 #define BTF_INFO_ENC(kind, kind_flag, vlen) \ argument
|
/tools/lib/bpf/ |
D | relo_core.c | 58 static const char *core_relo_kind_str(enum bpf_core_relo_kind kind) in core_relo_kind_str() 77 static bool core_relo_is_field_based(enum bpf_core_relo_kind kind) in core_relo_is_field_based() 92 static bool core_relo_is_type_based(enum bpf_core_relo_kind kind) in core_relo_is_type_based() 105 static bool core_relo_is_enumval_based(enum bpf_core_relo_kind kind) in core_relo_is_enumval_based()
|
D | relo_core.h | 75 enum bpf_core_relo_kind kind; member
|
D | bpf_gen_internal.h | 8 int kind; member
|
D | btf.h | 262 __u16 kind = btf_kind(t); in btf_is_composite() local 299 __u16 kind = btf_kind(t); in btf_is_mod() local
|
D | gen_loader.c | 477 int kind, ret; in bpf_gen__record_attach_target() local 509 void bpf_gen__record_extern(struct bpf_gen *gen, const char *name, int kind, in bpf_gen__record_extern()
|
D | libbpf_internal.h | 59 #define BTF_INFO_ENC(kind, kind_flag, vlen) \ argument 158 static inline __u32 btf_type_info(int kind, int vlen, int kflag) in btf_type_info()
|
D | btf.c | 623 __u16 kind = btf_kind(t); in btf__align_of() local 712 __u32 kind) in btf__find_by_name_kind() 1809 static int btf_add_ref_kind(struct btf *btf, int kind, const char *name, int ref_type_id) in btf_add_ref_kind() 1889 static int btf_add_composite(struct btf *btf, int kind, const char *name, __u32 bytes_sz) in btf_add_composite() 4145 __u16 kind; in btf_dedup_struct_type() local
|
D | btf_dump.c | 679 __u16 kind; in btf_dump_emit_type() local 1337 __u16 kind; in btf_dump_emit_type_chain() local
|
D | libbpf.c | 1970 static const char *__btf_kind_str(__u16 kind) in __btf_kind_str() 6647 __u16 kind, struct btf **res_btf, in find_ksym_btf_id() 8309 const char **prefix, int *kind) in btf_get_kernel_prefix_kind() 8331 const char *name, __u32 kind) in find_btf_by_prefix_kind() 8351 int kind; in find_attach_btf_id() local
|
/tools/bpf/bpftool/ |
D | netlink_dumper.c | 161 int do_filter_dump(struct tcmsg *info, struct nlattr **tb, const char *kind, in do_filter_dump()
|
D | btf.c | 103 static int btf_kind_safe(int kind) in btf_kind_safe() 112 int kind = btf_kind(t); in dump_btf_type() local
|
D | net.c | 42 char kind[64]; member 54 const char *kind; member
|
/tools/testing/selftests/bpf/progs/ |
D | syscall.c | 21 #define BTF_INFO_ENC(kind, kind_flag, vlen) \ argument
|
/tools/testing/selftests/net/ |
D | gro.c | 397 static void tcp_write_options(char *buf, int kind, int ts) in tcp_write_options() 400 uint8_t kind; in tcp_write_options() member 406 uint8_t kind; in tcp_write_options() member
|
/tools/perf/util/ |
D | expr.c | 40 } kind; member
|
/tools/testing/selftests/bpf/prog_tests/ |
D | core_reloc.c | 352 static int find_btf_type(const struct btf *btf, const char *name, __u32 kind) in find_btf_type()
|
D | btf.c | 6806 __u16 kind = BTF_INFO_KIND(t->info); in btf_type_size() local
|
/tools/include/uapi/linux/ |
D | pkt_cls.h | 550 __u16 kind; member
|