Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/ !
H A Dbpf.c180 static int bpf_debug = 0; variable
181 SYSCTL_INT(_debug, OID_AUTO, bpf_debug, CTLFLAG_RW | CTLFLAG_LOCKED,
182 &bpf_debug, 0, "");
593 if (bpf_debug != 0) { in bpf_detachd()
668 if (bpf_debug != 0) { in bpf_detachd()
883 if (bpf_debug != 0) { in bpfclose()
1599 if (bpf_debug > 0) { in bpf_setup()
3358 bool do_panic = bpf_debug != 0 ? true : false; in get_pkt_trunc_len()
3754 if (bpf_debug != 0) { in bpfdetach()