Searched refs:logflags (Results 1 – 2 of 2) sorted by relevance
90 if (!(ch->logflags & LOG_FLAG_ILLEGALPKT)) { in ctcm_unpack_skb()91 ch->logflags |= LOG_FLAG_ILLEGALPKT; in ctcm_unpack_skb()109 if (!(ch->logflags & LOG_FLAG_ILLEGALSIZE)) { in ctcm_unpack_skb()115 ch->logflags |= LOG_FLAG_ILLEGALSIZE; in ctcm_unpack_skb()126 if (!(ch->logflags & LOG_FLAG_OVERRUN)) { in ctcm_unpack_skb()131 ch->logflags |= LOG_FLAG_OVERRUN; in ctcm_unpack_skb()143 if (!(ch->logflags & LOG_FLAG_NOMEM)) { in ctcm_unpack_skb()147 ch->logflags |= LOG_FLAG_NOMEM; in ctcm_unpack_skb()162 ch->logflags = 0; in ctcm_unpack_skb()170 if (!(ch->logflags & LOG_FLAG_OVERRUN)) { in ctcm_unpack_skb()[all …]
183 __u16 logflags; member