Searched refs:BTF_ID_LIST_SINGLE (Results 1 – 19 of 19) sorted by relevance
/linux/tools/include/linux/ |
H A D | btf_ids.h | 93 #define BTF_ID_LIST_SINGLE(name, prefix, typename) \ macro 164 #define BTF_ID_LIST_SINGLE(name, prefix, typename) static u32 __maybe_unused name[1]; macro
|
/linux/kernel/bpf/ |
H A D | bpf_lsm.c | 153 BTF_ID_LIST_SINGLE(bpf_bprm_opts_set_btf_ids, struct, linux_binprm) 174 BTF_ID_LIST_SINGLE(bpf_ima_inode_hash_btf_ids, struct, inode) 193 BTF_ID_LIST_SINGLE(bpf_ima_file_hash_btf_ids, struct, file)
|
H A D | bpf_inode_storage.c | 209 BTF_ID_LIST_SINGLE(bpf_inode_storage_btf_ids, struct, inode)
|
H A D | bloom_filter.c | 203 BTF_ID_LIST_SINGLE(bpf_bloom_map_btf_ids, struct, bpf_bloom_filter)
|
H A D | queue_stack_maps.c | 268 BTF_ID_LIST_SINGLE(queue_map_btf_ids, struct, bpf_queue_stack)
|
H A D | ringbuf.c | 350 BTF_ID_LIST_SINGLE(ringbuf_map_btf_ids, struct, bpf_ringbuf_map) 365 BTF_ID_LIST_SINGLE(user_ringbuf_map_btf_ids, struct, bpf_ringbuf_map)
|
H A D | reuseport_array.c | 342 BTF_ID_LIST_SINGLE(reuseport_array_map_btf_ids, struct, reuseport_array)
|
H A D | local_storage.c | 455 BTF_ID_LIST_SINGLE(cgroup_storage_map_btf_ids, struct,
|
H A D | arena.c | 397 BTF_ID_LIST_SINGLE(bpf_arena_map_btf_ids, struct, bpf_arena)
|
H A D | lpm_trie.c | 771 BTF_ID_LIST_SINGLE(trie_map_btf_ids, struct, lpm_trie)
|
H A D | stackmap.c | 750 BTF_ID_LIST_SINGLE(stack_trace_map_btf_ids, struct, bpf_stack_map)
|
H A D | devmap.c | 1044 BTF_ID_LIST_SINGLE(dev_map_btf_ids, struct, bpf_dtab)
|
H A D | bpf_struct_ops.c | 1114 BTF_ID_LIST_SINGLE(bpf_struct_ops_map_btf_ids, struct, bpf_struct_ops_map)
|
H A D | arraymap.c | 784 BTF_ID_LIST_SINGLE(array_map_btf_ids, struct, bpf_array)
|
H A D | hashtab.c | 2289 BTF_ID_LIST_SINGLE(htab_map_btf_ids, struct, bpf_htab)
|
/linux/net/xdp/ |
H A D | xskmap.c | 266 BTF_ID_LIST_SINGLE(xsk_map_btf_ids, struct, xsk_map)
|
/linux/net/core/ |
H A D | sock_map.c | 828 BTF_ID_LIST_SINGLE(sock_map_btf_ids, struct, bpf_stab) 1444 BTF_ID_LIST_SINGLE(sock_hash_map_btf_ids, struct, bpf_shtab)
|
H A D | filter.c | 3921 BTF_ID_LIST_SINGLE(bpf_xdp_get_buff_len_bpf_ids, struct, xdp_buff) 4653 BTF_ID_LIST_SINGLE(bpf_skb_output_btf_ids, struct, sk_buff) 5067 BTF_ID_LIST_SINGLE(bpf_xdp_output_btf_ids, struct, xdp_buff)
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 482 BTF_ID_LIST_SINGLE(btf_seq_file_ids, struct, seq_file) 956 BTF_ID_LIST_SINGLE(bpf_d_path_btf_ids, struct, path)
|