Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dpktap.c115 static int pktap_log = 0; variable
117 CTLFLAG_RW | CTLFLAG_LOCKED, &pktap_log, 0, "");
121 if (__improbable(pktap_log & mask)) \
180 if (!(pktap_log & mask)) { in pktap_hexdump()