Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Ddroptap.c55 uint32_t droptap_verbose = 0; variable
57 CTLFLAG_RW | CTLFLAG_LOCKED, &droptap_verbose, 0, "");
H A Ddroptap.h311 extern uint32_t droptap_verbose;
H A Ddlil_input.c1024 if (droptap_verbose > 0) { in dlil_input_packet_list_common()
/xnu-11417.101.15/bsd/net/classq/
H A Dclassq_fq_codel.c282 if (__improbable(droptap_verbose > 0)) { in fq_compressor()
304 if (__improbable(droptap_verbose > 0)) { in fq_compressor()
/xnu-11417.101.15/bsd/net/pktsched/
H A Dpktsched_fq_codel.c553 if (__improbable(droptap_verbose > 0)) { in fq_if_enqueue_classq()
1239 if (__improbable(droptap_verbose > 0)) { in fq_if_purge_flow()
2004 if (__improbable(droptap_verbose > 0)) { in fq_if_drop_packet()
/xnu-11417.101.15/bsd/netinet/
H A Dtcp_input.c6170 if (drop_reason != DROP_REASON_UNSPECIFIED || droptap_verbose > 0) { in tcp_input()