Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dbpf_lsm.c32 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME)
133 BTF_ID(func, bpf_lsm_bpf) in BTF_ID() function
134 BTF_ID(func, bpf_lsm_bpf_map) in BTF_ID()
135 BTF_ID(func, bpf_lsm_bpf_map_alloc_security) in BTF_ID()
136 BTF_ID(func, bpf_lsm_bpf_map_free_security) in BTF_ID()
137 BTF_ID(func, bpf_lsm_bpf_prog) in BTF_ID()
138 BTF_ID(func, bpf_lsm_bprm_check_security) in BTF_ID()
139 BTF_ID(func, bpf_lsm_bprm_committed_creds) in BTF_ID()
140 BTF_ID(func, bpf_lsm_bprm_committing_creds) in BTF_ID()
141 BTF_ID(func, bpf_lsm_bprm_creds_for_exec) in BTF_ID()
[all …]
Dprog_iter.c82 BTF_ID(struct, bpf_prog)
Dmap_iter.c82 BTF_ID(struct, bpf_map)
Dtask_iter.c528 BTF_ID(struct, file)
529 BTF_ID(struct, vm_area_struct)
Dverifier.c13322 BTF_ID(func, __add_to_page_cache_locked) in BTF_ID() function
13323 BTF_ID(func, should_fail_alloc_page) in BTF_ID()
13324 BTF_ID(func, should_failslab) in BTF_ID()
13569 BTF_ID(func, migrate_disable) in BTF_SET_START()
13570 BTF_ID(func, migrate_enable) in BTF_SET_START()
13573 BTF_ID(func, rcu_read_unlock_strict) in BTF_SET_START()
Dbtf.c4536 BTF_ID(struct, bpf_ctx_convert) in BTF_ID() function
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
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_LIST_GLOBAL()
50 BTF_ID(typedef, T) in BTF_ID_LIST_GLOBAL()
51 BTF_ID(typedef, U) in BTF_ID_LIST_GLOBAL()
52 BTF_ID(struct, S) in BTF_ID_LIST_GLOBAL()
[all …]
/Linux-v5.15/net/ipv4/
Dbpf_tcp_ca.c221 BTF_ID(func, tcp_reno_ssthresh) in BTF_ID() function
222 BTF_ID(func, tcp_reno_cong_avoid) in BTF_ID()
223 BTF_ID(func, tcp_reno_undo_cwnd) in BTF_ID()
224 BTF_ID(func, tcp_slow_start) in BTF_ID()
225 BTF_ID(func, tcp_cong_avoid_ai) in BTF_ID()
229 BTF_ID(func, cubictcp_init) in BTF_ID()
230 BTF_ID(func, cubictcp_recalc_ssthresh) in BTF_ID()
231 BTF_ID(func, cubictcp_cong_avoid) in BTF_ID()
232 BTF_ID(func, cubictcp_state) in BTF_ID()
233 BTF_ID(func, cubictcp_cwnd_event) in BTF_ID()
[all …]
/Linux-v5.15/include/linux/
Dbtf_ids.h47 #define BTF_ID(prefix, name) \ macro
84 BTF_ID(prefix, typename)
87 BTF_ID(prefix, typename)
150 #define BTF_ID(prefix, name) macro
/Linux-v5.15/tools/include/linux/
Dbtf_ids.h47 #define BTF_ID(prefix, name) \ macro
84 BTF_ID(prefix, typename)
147 #define BTF_ID(prefix, name) macro
/Linux-v5.15/tools/bpf/resolve_btfids/
Dmain.c68 #define BTF_ID "__BTF_ID__" macro
147 return name && !strncmp(name, BTF_ID, sizeof(BTF_ID) - 1); in is_btf_id()
427 prefix = name + sizeof(BTF_ID) - 1; in symbols_collect()
/Linux-v5.15/kernel/trace/
Dbpf_trace.c730 BTF_ID(struct, pt_regs)
867 BTF_ID(func, security_file_permission) in BTF_ID() function
868 BTF_ID(func, security_inode_getattr) in BTF_ID()
869 BTF_ID(func, security_file_open) in BTF_ID()
872 BTF_ID(func, security_path_truncate) in BTF_ID()
874 BTF_ID(func, vfs_truncate) in BTF_ID()
875 BTF_ID(func, vfs_fallocate) in BTF_ID()
876 BTF_ID(func, dentry_open) in BTF_ID()
877 BTF_ID(func, vfs_getattr) in BTF_ID()
878 BTF_ID(func, filp_close) in BTF_ID()
/Linux-v5.15/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst23 | **bpftool** **btf** { **show** | **list** } [**id** *BTF_ID*]
27 | *BTF_SRC* := { **id** *BTF_ID* | **prog** *PROG* | **map** *MAP* [{**key** | **value** | **kv** |…
34 **bpftool btf { show | list }** [**id** *BTF_ID*]
/Linux-v5.15/Documentation/bpf/
Dbtf.rst716 The ``BTF_ID_LIST`` and ``BTF_ID`` macros define unsorted list of BTF ID values,
720 BTF_ID(type1, name1)
721 BTF_ID(type2, name2)
736 BTF_ID(struct, sk_buff)
738 BTF_ID(struct, task_struct)
744 BTF_ID(type1, name1)
745 BTF_ID(type2, name2)
/Linux-v5.15/net/bpf/
Dtest_run.c239 BTF_ID(func, bpf_kfunc_call_test1) in BTF_ID() function
240 BTF_ID(func, bpf_kfunc_call_test2) in BTF_ID()
241 BTF_ID(func, bpf_kfunc_call_test3) in BTF_ID()
/Linux-v5.15/net/netlink/
Daf_netlink.c2850 BTF_ID(struct, netlink_sock)
/Linux-v5.15/net/core/
Dfilter.c10588 #define BTF_SOCK_TYPE(name, type) BTF_ID(struct, type) in BTF_ID_LIST_GLOBAL()
10711 BTF_ID(struct, socket)
10712 BTF_ID(struct, file)
/Linux-v5.15/net/ipv6/
Droute.c6594 BTF_ID(struct, fib6_info)