Searched defs:kind (Results 1 – 13 of 13) sorted by relevance
/tools/testing/selftests/bpf/ |
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 | btf.h | 225 __u16 kind = btf_kind(t); in btf_is_composite() local 262 __u16 kind = btf_kind(t); in btf_is_mod() local
|
D | libbpf_internal.h | 23 #define BTF_INFO_ENC(kind, kind_flag, vlen) \ argument 318 enum bpf_core_relo_kind kind; member
|
D | btf.c | 591 __u16 kind = btf_kind(t); in btf__align_of() local 679 __u32 kind) in btf__find_by_name_kind() 1563 static __u32 btf_type_info(int kind, int vlen, int kflag) in btf_type_info() 1641 static int btf_add_ref_kind(struct btf *btf, int kind, const char *name, int ref_type_id) in btf_add_ref_kind() 1735 static int btf_add_composite(struct btf *btf, int kind, const char *name, __u32 bytes_sz) in btf_add_composite() 4040 __u16 kind; in btf_dedup_struct_type() local
|
D | btf_dump.c | 650 __u16 kind; in btf_dump_emit_type() local 1306 __u16 kind; in btf_dump_emit_type_chain() local
|
D | libbpf.c | 4418 static const char *core_relo_kind_str(enum bpf_core_relo_kind kind) in core_relo_kind_str() 4437 static bool core_relo_is_field_based(enum bpf_core_relo_kind kind) in core_relo_is_field_based() 4452 static bool core_relo_is_type_based(enum bpf_core_relo_kind kind) in core_relo_is_type_based() 4465 static bool core_relo_is_enumval_based(enum bpf_core_relo_kind kind) in core_relo_is_enumval_based() 8678 const char *name, __u32 kind) in find_btf_by_prefix_kind()
|
/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 | net.c | 42 char kind[64]; member 54 const char *kind; member
|
D | btf.c | 104 int kind, safe_kind; in dump_btf_type() local
|
/tools/testing/selftests/bpf/prog_tests/ |
D | core_reloc.c | 322 static int find_btf_type(const struct btf *btf, const char *name, __u32 kind) in find_btf_type()
|
D | btf.c | 6631 __u16 kind = BTF_INFO_KIND(t->info); in btf_type_size() local
|
/tools/include/uapi/linux/ |
D | pkt_cls.h | 550 __u16 kind; member
|