Home
last modified time | relevance | path

Searched refs:BTF_ID (Results 1 – 18 of 18) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_lsm.c33 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME)
40 BTF_ID(func, bpf_lsm_vm_enough_memory) in BTF_SET_END()
41 BTF_ID(func, bpf_lsm_inode_need_killpriv) in BTF_SET_END()
42 BTF_ID(func, bpf_lsm_inode_getsecurity) in BTF_SET_END()
43 BTF_ID(func, bpf_lsm_inode_listsecurity) in BTF_SET_END()
44 BTF_ID(func, bpf_lsm_inode_copy_up_xattr) in BTF_SET_END()
45 BTF_ID(func, bpf_lsm_getselfattr) in BTF_SET_END()
46 BTF_ID(func, bpf_lsm_getprocattr) in BTF_SET_END()
47 BTF_ID(func, bpf_lsm_setprocattr) in BTF_SET_END()
49 BTF_ID(fun in BTF_SET_END()
287 BTF_ID(func, bpf_lsm_bpf) BTF_ID() function
417 BTF_ID(func, bpf_lsm_xfrm_state_pol_flow_match) BTF_ID() function
[all...]
H A Dcpumask.c512 BTF_ID(struct, bpf_cpumask)
513 BTF_ID(func, bpf_cpumask_release_dtor)
459 BTF_ID(struct, bpf_cpumask) BTF_ID() function
H A Dcrypto.c376 BTF_ID(struct, bpf_crypto_ctx) in BTF_ID() function
377 BTF_ID(func, bpf_crypto_ctx_release_dtor) in BTF_ID()
H A Dverifier.c6056 BTF_ID(struct, prog_test_ref_kfunc) in BTF_ID() function
6059 BTF_ID(struct, cgroup) in BTF_ID()
6062 BTF_ID(struct, bpf_cpumask) in BTF_ID()
6064 BTF_ID(struct, task_struct) in BTF_ID()
6066 BTF_ID(struct, bpf_crypto_ctx) in BTF_ID()
12312 BTF_ID(struct, bpf_dynptr) in BTF_ID() function
12313 BTF_ID(struct, bpf_list_head) in BTF_ID()
12314 BTF_ID(struct, bpf_list_node) in BTF_ID()
12315 BTF_ID(struct, bpf_rb_root) in BTF_ID()
12316 BTF_ID(struct, bpf_rb_node) in BTF_ID()
[all …]
H A Dbpf_struct_ops.c79 BTF_ID(struct, module)
80 BTF_ID(struct, bpf_struct_ops_common_value)
H A Dhelpers.c4590 BTF_ID(struct, task_struct)
4591 BTF_ID(func, bpf_task_release_dtor)
4593 BTF_ID(struct, cgroup)
4594 BTF_ID(func, bpf_cgroup_release_dtor)
H A Dbtf.c8538 #define BTF_TRACING_TYPE(name, type) BTF_ID(struct, type) in BTF_ID_LIST_GLOBAL()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dresolve_btfids.c39 BTF_ID(typedef, S)
40 BTF_ID(typedef, T)
41 BTF_ID(typedef, U)
42 BTF_ID(struct, S)
43 BTF_ID(union, U)
44 BTF_ID(func, func)
49 BTF_ID(typedef, S) in BTF_ID() function
50 BTF_ID(typedef, T) in BTF_ID()
51 BTF_ID(typedef, U) in BTF_ID()
52 BTF_ID(struc in BTF_ID()
[all...]
/linux/tools/include/linux/
H A Dbtf_ids.h58 #define BTF_ID(prefix, name) \ macro
95 BTF_ID(prefix, typename)
98 BTF_ID(prefix, typename)
161 #define BTF_ID(prefix, name) macro
/linux/net/sched/
H A Dbpf_qdisc.c291 BTF_ID(func, bpf_skb_get_hash)
292 BTF_ID(func, bpf_kfree_skb)
293 BTF_ID(func, bpf_dynptr_from_skb)
297 BTF_ID(func, bpf_qdisc_skb_drop)
298 BTF_ID(func, bpf_qdisc_watchdog_schedule)
302 BTF_ID(func, bpf_qdisc_watchdog_schedule)
303 BTF_ID(func, bpf_qdisc_bstats_update)
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-btf.rst26 | **bpftool** **btf** { **show** | **list** } [**id** *BTF_ID*]
30 | *BTF_SRC* := { **id** *BTF_ID* | **prog** *PROG* | **map** *MAP* [{**key** | **value** | **kv** |…
37 bpftool btf { show | list } [id *BTF_ID*]
/linux/net/netfilter/
H A Dnf_conntrack_bpf.c231 BTF_ID(struct, nf_conn)
232 BTF_ID(struct, nf_conn___init) in BTF_ID() function
/linux/kernel/trace/
H A Dbpf_trace.c933 BTF_ID(func, security_file_permission) in BTF_ID() function
934 BTF_ID(func, security_inode_getattr) in BTF_ID()
935 BTF_ID(func, security_file_open) in BTF_ID()
938 BTF_ID(func, security_path_truncate) in BTF_ID()
940 BTF_ID(func, vfs_truncate) in BTF_ID()
941 BTF_ID(func, vfs_fallocate) in BTF_ID()
942 BTF_ID(func, dentry_open) in BTF_ID()
943 BTF_ID(func, vfs_getattr) in BTF_ID()
944 BTF_ID(func, filp_close) in BTF_ID()
/linux/net/bpf/
H A Dtest_run.c1817 BTF_ID(struct, prog_test_ref_kfunc) in BTF_ID() function
1818 BTF_ID(func, bpf_kfunc_call_test_release_dtor) in BTF_ID()
1819 BTF_ID(struct, prog_test_member) in BTF_ID()
1820 BTF_ID(func, bpf_kfunc_call_memb_release_dtor) in BTF_ID()
/linux/Documentation/bpf/
H A Dbpf_design_QA.rst300 Q: Marking a function with BTF_ID makes that function an ABI?
304 The BTF_ID macro does not cause a function to become part of the ABI
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c738 BTF_ID(struct, bpf_testmod_ctx)
739 BTF_ID(func, bpf_testmod_ctx_release_dtor)
/linux/net/core/
H A Dxdp.c978 #define XDP_METADATA_KFUNC(name, _, str, __) BTF_ID(func, str) in BTF_ID_LIST()
H A Dfilter.c11914 #define BTF_SOCK_TYPE(name, type) BTF_ID(struct, type) in BTF_ID_LIST_GLOBAL()
12068 BTF_ID(struct, socket)
12069 BTF_ID(struct, file)