Home
last modified time | relevance | path

Searched refs:exp_msg (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/lib/bpf/
Dlibbpf_probes.c63 const char *exp_msg = NULL; in probe_prog_load() local
94 exp_msg = "attach_btf_id 1 is not a function"; in probe_prog_load()
103 exp_msg = "Cannot replace kernel functions"; in probe_prog_load()
145 if (exp_msg && !strstr(buf, exp_msg)) in probe_prog_load()
/linux-5.19.10/net/smc/
Dsmc_llc.h108 int time_out, u8 exp_msg);
Dsmc_llc.c339 int time_out, u8 exp_msg) in smc_llc_wait() argument
355 if (exp_msg && rcv_msg != exp_msg) { in smc_llc_wait()
356 if (exp_msg == SMC_LLC_ADD_LINK && in smc_llc_wait()
366 rcv_msg, exp_msg, in smc_llc_wait()