Searched refs:bpf_log (Results 1 - 10 of 10) sorted by relevance

/linux-master/kernel/bpf/
H A Dbtf.c5746 bpf_log(log, "arg#%d struct doesn't have a name\n", arg);
5752 bpf_log(log, "btf_vmlinux is malformed\n");
5760 bpf_log(log, "Please fix kernel include/linux/bpf_types.h\n");
5808 bpf_log(log, "arg#%d type isn't a pointer\n", arg);
5835 bpf_log(log, "arg#%d type doesn't have a name\n", arg);
5907 bpf_log(log, "btf_vmlinux is malformed\n");
5920 bpf_log(log, "arg#%d should be void pointer\n", arg);
5926 bpf_log(log, "arg#%d should be `struct %s *`\n", arg, ctx_tname);
5957 bpf_log(log, "kern ctx type id %u is not a struct\n", kctx_type_id);
6206 bpf_log(lo
[all...]
H A Dbpf_lsm.c101 bpf_log(vlog,
107 bpf_log(vlog, "attach_btf_id %u points to wrong type name %s\n",
H A Doffload.c827 bpf_log(log, "metadata kfuncs require device-bound program\n");
832 bpf_log(log, "metadata kfuncs can't be offloaded\n");
H A Dlog.c318 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log, function
330 EXPORT_SYMBOL_GPL(bpf_log); variable
H A Dverifier.c9371 bpf_log(log, "R%d is not a scalar\n", regno);
9382 bpf_log(log, "arg#%d expects pointer to ctx\n", i);
9392 bpf_log(log, "arg#%d is expected to be non-NULL\n", i);
9404 bpf_log(log, "R%d is not a pointer to arena or scalar.\n", regno);
9424 bpf_log(log, "verifier bug: unrecognized arg#%d type %d\n",
20763 bpf_log(log, "Tracing programs must provide btf_id\n");
20768 bpf_log(log,
20774 bpf_log(log, "attach_btf_id %u is invalid\n", btf_id);
20779 bpf_log(log, "attach_btf_id %u doesn't have a name\n", btf_id);
20787 bpf_log(lo
[all...]
/linux-master/net/ipv4/
H A Dbpf_tcp_ca.c86 bpf_log(log, "only read is supported\n");
120 bpf_log(log, "no write support to tcp_sock at off %d\n", off);
125 bpf_log(log,
/linux-master/net/bpf/
H A Dbpf_dummy_struct_ops.c200 bpf_log(log, "only access to bpf_dummy_ops_state is supported\n");
205 bpf_log(log, "write access at off %d with size %d\n", off, size);
/linux-master/net/netfilter/
H A Dnf_conntrack_bpf.c205 bpf_log(log, "only read is supported\n");
219 bpf_log(log, "no write support to nf_conn at off %d\n", off);
224 bpf_log(log,
/linux-master/tools/lib/bpf/
H A Drelo_core.c53 #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__)
/linux-master/include/linux/
H A Dbpf_verifier.h760 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log,

Completed in 313 milliseconds