Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dxt_LOG.c37 li.u.log.logflags = loginfo->logflags; in log_tg()
/linux/include/uapi/linux/netfilter_ipv4/
H A Dipt_LOG.h16 unsigned char logflags; member
/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6t_LOG.h16 unsigned char logflags; member
/linux/include/uapi/linux/netfilter/
H A Dxt_LOG.h16 unsigned char logflags; member
/linux/net/bridge/netfilter/
H A Debt_log.c93 bitmask = loginfo->u.log.logflags; in ebt_log_packet()
187 li.u.log.logflags = info->bitmask; in ebt_log_tg()
/linux/drivers/s390/net/
H A Dctcm_main.c92 if (!(ch->logflags & LOG_FLAG_ILLEGALPKT)) { in ctcm_unpack_skb()
93 ch->logflags |= LOG_FLAG_ILLEGALPKT; in ctcm_unpack_skb()
112 if (!(ch->logflags & LOG_FLAG_ILLEGALSIZE)) { in ctcm_unpack_skb()
118 ch->logflags |= LOG_FLAG_ILLEGALSIZE; in ctcm_unpack_skb()
129 if (!(ch->logflags & LOG_FLAG_OVERRUN)) { in ctcm_unpack_skb()
134 ch->logflags |= LOG_FLAG_OVERRUN; in ctcm_unpack_skb()
146 if (!(ch->logflags & LOG_FLAG_NOMEM)) { in ctcm_unpack_skb()
150 ch->logflags |= LOG_FLAG_NOMEM; in ctcm_unpack_skb()
165 ch->logflags = 0; in ctcm_unpack_skb()
174 ch->logflags |= LOG_FLAG_OVERRUN; in ctcm_unpack_skb()
H A Dctcm_main.h199 __u16 logflags; member
/linux/include/net/netfilter/
H A Dnf_log.h34 u_int8_t logflags; member
/linux/net/ipv6/netfilter/
H A Dip6_tables.c174 .logflags = NF_LOG_DEFAULT_MASK,
/linux/net/ipv4/netfilter/
H A Dip_tables.c149 .logflags = NF_LOG_DEFAULT_MASK,
/linux/fs/xfs/
H A Dxfs_trace.h4386 __field(int, logflags)
4393 __entry->logflags = res->tr_logflags;
4400 __entry->logflags)