Searched refs:logflags (Results 1 – 2 of 2) sorted by relevance
93 if (!(ch->logflags & LOG_FLAG_ILLEGALPKT)) { in ctcm_unpack_skb()94 ch->logflags |= LOG_FLAG_ILLEGALPKT; in ctcm_unpack_skb()113 if (!(ch->logflags & LOG_FLAG_ILLEGALSIZE)) { in ctcm_unpack_skb()119 ch->logflags |= LOG_FLAG_ILLEGALSIZE; in ctcm_unpack_skb()130 if (!(ch->logflags & LOG_FLAG_OVERRUN)) { in ctcm_unpack_skb()135 ch->logflags |= LOG_FLAG_OVERRUN; in ctcm_unpack_skb()147 if (!(ch->logflags & LOG_FLAG_NOMEM)) { in ctcm_unpack_skb()151 ch->logflags |= LOG_FLAG_NOMEM; in ctcm_unpack_skb()166 ch->logflags = 0; in ctcm_unpack_skb()175 ch->logflags |= LOG_FLAG_OVERRUN; in ctcm_unpack_skb()
199 __u16 logflags; member
Completed in 6 milliseconds