Searched refs:PKTAP_FILTER_SKIP (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpktap.c83 #define PKTAP_FILTER_SKIP 1 /* Do not tap this packet */ macro
680 int result = PKTAP_FILTER_SKIP; /* Need positive matching rule to pass */
720 result = PKTAP_FILTER_SKIP;
730 result = PKTAP_FILTER_SKIP;
997 if (filter_result == PKTAP_FILTER_SKIP)

Completed in 189 milliseconds