Searched refs:bpf_debug (Results 1 – 1 of 1) sorted by relevance
196 static int bpf_debug = 0; variable197 SYSCTL_INT(_debug, OID_AUTO, bpf_debug, CTLFLAG_RW | CTLFLAG_LOCKED,198 &bpf_debug, 0, "");516 if (__improbable(bpf_debug != 0)) { in bpf_movein()541 if (__improbable(bpf_debug != 0)) { in bpf_movein()1105 if (bpf_debug) { in bpfopen()1137 if (bpf_debug != 0) { in bpfclose()1209 if (bpf_debug) { in bpfclose()2768 if (bpf_debug > 0) { in bpfioctl()4007 bool do_panic = bpf_debug != 0 ? true : false; in get_pkt_trunc_len()[all …]