Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dpktap.c100 static int pktap_log = 0; variable
102 CTLFLAG_RW | CTLFLAG_LOCKED, &pktap_log, 0, "");
106 if ((pktap_log & mask)) \
167 if (!(pktap_log & mask)) { in pktap_hexdump()