Searched refs:bpf_log (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | bpf_tcp_ca.c | 80 bpf_log(log, "only read is supported\n"); in bpf_tcp_ca_btf_struct_access() 114 bpf_log(log, "no write support to tcp_sock at off %d\n", off); in bpf_tcp_ca_btf_struct_access() 119 bpf_log(log, in bpf_tcp_ca_btf_struct_access()
|
/openbmc/linux/kernel/bpf/ |
H A D | btf.c | 6019 bpf_log(log, in btf_ctx_access() 6108 bpf_log(log, in btf_ctx_access() 6373 bpf_log(log, in btf_struct_walk() 6575 bpf_log(log, in btf_distill_func_proto() 6582 bpf_log(log, in btf_distill_func_proto() 6592 bpf_log(log, in btf_distill_func_proto() 6601 bpf_log(log, in btf_distill_func_proto() 6607 bpf_log(log, in btf_distill_func_proto() 6668 bpf_log(log, in btf_check_func_type_match() 6686 bpf_log(log, in btf_check_func_type_match() [all …]
|
H A D | log.c | 315 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log, in bpf_log() function 327 EXPORT_SYMBOL_GPL(bpf_log);
|
H A D | bpf_lsm.c | 101 bpf_log(vlog, in bpf_lsm_verify_prog() 107 bpf_log(vlog, "attach_btf_id %u points to wrong type name %s\n", in bpf_lsm_verify_prog()
|
H A D | offload.c | 820 bpf_log(log, "metadata kfuncs require device-bound program\n"); in bpf_dev_bound_kfunc_check() 825 bpf_log(log, "metadata kfuncs can't be offloaded\n"); in bpf_dev_bound_kfunc_check()
|
H A D | verifier.c | 19839 bpf_log(log, in bpf_check_attach_target() 19868 bpf_log(log, "Subprog %s doesn't exist\n", tname); in bpf_check_attach_target() 19874 bpf_log(log, in bpf_check_attach_target() 19879 bpf_log(log, in bpf_check_attach_target() 19885 bpf_log(log, "Can attach to only JITed progs\n"); in bpf_check_attach_target() 19893 bpf_log(log, "Cannot recursively attach\n"); in bpf_check_attach_target() 19915 bpf_log(log, "Cannot extend fentry/fexit\n"); in bpf_check_attach_target() 19928 bpf_log(log, in bpf_check_attach_target() 20016 bpf_log(log, in bpf_check_attach_target() 20057 bpf_log(log, "%s is not sleepable\n", tname); in bpf_check_attach_target() [all …]
|
/openbmc/linux/net/bpf/ |
H A D | bpf_dummy_struct_ops.c | 190 bpf_log(log, "only access to bpf_dummy_ops_state is supported\n"); in bpf_dummy_ops_btf_struct_access() 195 bpf_log(log, "write access at off %d with size %d\n", off, size); in bpf_dummy_ops_btf_struct_access()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_bpf.c | 205 bpf_log(log, "only read is supported\n"); in BTF_ID() 219 bpf_log(log, "no write support to nf_conn at off %d\n", off); in BTF_ID() 224 bpf_log(log, in BTF_ID()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | relo_core.c | 53 #define pr_warn(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) 54 #define pr_info(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) 55 #define pr_debug(fmt, log, ...) bpf_log((void *)log, fmt, "", ##__VA_ARGS__) 56 #define libbpf_print(level, fmt, ...) bpf_log((void *)prog_name, fmt, ##__VA_ARGS__)
|
/openbmc/linux/include/linux/ |
H A D | bpf_verifier.h | 681 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log,
|