Home
last modified time | relevance | path

Searched refs:BTF_TYPE_EMIT (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c472 BTF_TYPE_EMIT(func_proto_typedef); in bpf_testmod_test_btf_type_tag_user_1()
473 BTF_TYPE_EMIT(func_proto_typedef_nested1); in bpf_testmod_test_btf_type_tag_user_1()
474 BTF_TYPE_EMIT(func_proto_typedef_nested2); in bpf_testmod_test_btf_type_tag_user_1()
/linux/include/linux/
H A Dbtf.h14 #define BTF_TYPE_EMIT(type) ((void)(type *)0) macro
H A Dbpf.h2215 BTF_TYPE_EMIT(struct bpf_struct_ops_##type); \
/linux/kernel/bpf/
H A Dhelpers.c1192 BTF_TYPE_EMIT(struct bpf_timer); in bpf_timer_cb()
1225 BTF_TYPE_EMIT(struct bpf_wq); in bpf_wq_work()
1865 BTF_TYPE_EMIT(struct bpf_dynptr); in BPF_CALL_4()
4607 BTF_TYPE_EMIT(struct bpf_task_work); in bpf_task_work_schedule()
H A Dverifier.c5897 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU(struct task_struct)); in type_is_rcu()
5898 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU(struct cgroup)); in type_is_rcu()
5899 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU(struct css_set)); in type_is_rcu()
5900 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU(struct cgroup_subsys_state)); in type_is_rcu()
5909 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct)); in type_is_rcu_or_null()
5910 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU_OR_NULL(struct sk_buff)); in type_is_rcu_or_null()
5911 BTF_TYPE_EMIT(BTF_TYPE_SAFE_RCU_OR_NULL(struct request_sock)); in type_is_rcu_or_null()
5920 BTF_TYPE_EMIT(BTF_TYPE_SAFE_TRUSTED(struct bpf_iter_meta)); in type_is_trusted()
5921 BTF_TYPE_EMIT(BTF_TYPE_SAFE_TRUSTED(struct bpf_iter__task)); in type_is_trusted()
5922 BTF_TYPE_EMIT(BTF_TYPE_SAFE_TRUSTED(struct linux_binprm)); in type_is_trusted()
[all …]
/linux/net/core/
H A Dfilter.c7642 BTF_TYPE_EMIT(struct bpf_tcp_sock); in bpf_tcp_sock_convert_ctx_access()
7822 BTF_TYPE_EMIT(struct bpf_xdp_sock); in bpf_xdp_sock_convert_ctx_access()
8826 BTF_TYPE_EMIT(struct nf_conn___init); in xdp_func_proto()
12203 BTF_TYPE_EMIT(struct tcp6_sock); in BTF_ID_LIST_GLOBAL()
12240 BTF_TYPE_EMIT(struct inet_timewait_sock); in BPF_CALL_1()
12241 BTF_TYPE_EMIT(struct tcp_timewait_sock); in BPF_CALL_1()
12292 BTF_TYPE_EMIT(struct udp6_sock); in BPF_CALL_1()
12313 BTF_TYPE_EMIT(struct unix_sock); in BPF_CALL_1()
12330 BTF_TYPE_EMIT(struct mptcp_sock); in BPF_CALL_1()
/linux/Documentation/bpf/
H A Dkfuncs.rst114 BTF_TYPE_EMIT(BTF_TYPE_SAFE_TRUSTED(struct socket));