Searched refs:logflags (Results 1 - 18 of 18) sorted by path

/linux-master/include/uapi/linux/netfilter/
H A Dxt_LOG.h16 unsigned char logflags; member in struct:xt_log_info
/linux-master/net/bridge/netfilter/
H A Debt_log.c93 bitmask = loginfo->u.log.logflags;
187 li.u.log.logflags = info->bitmask;
/linux-master/drivers/s390/net/
H A Dctcm_main.c93 if (!(ch->logflags & LOG_FLAG_ILLEGALPKT)) {
94 ch->logflags |= LOG_FLAG_ILLEGALPKT;
113 if (!(ch->logflags & LOG_FLAG_ILLEGALSIZE)) {
119 ch->logflags |= LOG_FLAG_ILLEGALSIZE;
130 if (!(ch->logflags & LOG_FLAG_OVERRUN)) {
135 ch->logflags |= LOG_FLAG_OVERRUN;
147 if (!(ch->logflags & LOG_FLAG_NOMEM)) {
151 ch->logflags |= LOG_FLAG_NOMEM;
164 * reset logflags
166 ch->logflags
[all...]
H A Dctcm_main.h199 __u16 logflags; member in struct:channel
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.c2990 uint32_t logflags; local
3025 logflags = XFS_AGF_FLFIRST | XFS_AGF_FLCOUNT;
3029 logflags |= XFS_AGF_BTREEBLKS;
3032 xfs_alloc_log_agf(tp, agbp, logflags);
3096 uint32_t logflags; local
3114 logflags = XFS_AGF_FLLAST | XFS_AGF_FLCOUNT;
3118 logflags |= XFS_AGF_BTREEBLKS;
3121 xfs_alloc_log_agf(tp, agbp, logflags);
3130 xfs_alloc_log_agf(tp, agbp, logflags);
H A Dxfs_bmap.c1039 int logflags; /* logging flags */ local
1062 logflags = 0;
1065 error = xfs_bmap_add_attrfork_local(tp, ip, &logflags);
1068 error = xfs_bmap_add_attrfork_extents(tp, ip, &logflags);
1071 error = xfs_bmap_add_attrfork_btree(tp, ip, &logflags);
1077 if (logflags)
1078 xfs_trans_log_inode(tp, ip, logflags);
1972 bma->logflags |= tmp_logflags;
1995 bma->logflags |= rval;
4262 &bma->logflags, bm
4749 int logflags = 0, error; local
5365 int logflags; /* transaction logging flags */ local
5712 xfs_bmse_merge( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, xfs_fileoff_t shift, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_bmbt_irec *left, struct xfs_btree_cur *cur, int *logflags) argument
5798 xfs_bmap_shift_update_extent( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, struct xfs_iext_cursor *icur, struct xfs_bmbt_irec *got, struct xfs_btree_cur *cur, int *logflags, xfs_fileoff_t startoff) argument
5857 int logflags = 0; local
5972 int logflags = 0; local
6075 int logflags = 0; local
[all...]
H A Dxfs_bmap.h33 int logflags;/* flags for transaction logging */ member in struct:xfs_bmalloca
H A Dxfs_btree.c3133 int *logflags, /* logging flags for inode */
3223 *logflags |=
3399 int logflags = 0; local
3401 error = xfs_btree_new_iroot(cur, &logflags, stat);
3405 xfs_trans_log_inode(cur->bc_tp, ip, logflags);
3131 xfs_btree_new_iroot( struct xfs_btree_cur *cur, int *logflags, int *stat) argument
H A Dxfs_dir2_sf.c266 int logflags; /* inode logging flags */ local
331 logflags = XFS_ILOG_CORE;
349 logflags |= XFS_ILOG_DDATA;
352 xfs_trans_log_inode(args->trans, dp, logflags);
/linux-master/fs/xfs/
H A Dxfs_trace.h3865 __field(int, logflags)
3872 __entry->logflags = res->tr_logflags;
3879 __entry->logflags)
/linux-master/include/net/netfilter/
H A Dnf_log.h34 u_int8_t logflags; member in struct:nf_loginfo::__anon1759::__anon1761
/linux-master/include/uapi/linux/netfilter_ipv4/
H A Dipt_LOG.h16 unsigned char logflags; member in struct:ipt_log_info
/linux-master/include/uapi/linux/netfilter_ipv6/
H A Dip6t_LOG.h16 unsigned char logflags; member in struct:ip6t_log_info
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c149 .logflags = NF_LOG_DEFAULT_MASK,
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c174 .logflags = NF_LOG_DEFAULT_MASK,
/linux-master/net/netfilter/
H A Dnf_log_syslog.c31 .logflags = NF_LOG_DEFAULT_MASK,
67 unsigned int logflags; local
77 logflags = info->u.log.logflags;
79 logflags = NF_LOG_DEFAULT_MASK;
81 if (logflags & NF_LOG_MACDECODE) {
187 unsigned int logflags)
209 if (logflags & NF_LOG_TCPSEQ) {
239 if ((logflags & NF_LOG_TCPOPT) && th->doff * 4 > sizeof(struct tcphdr)) {
304 unsigned int logflags; local
183 nf_log_dump_tcp_header(struct nf_log_buf *m, const struct sk_buff *skb, u8 proto, int fragment, unsigned int offset, unsigned int logflags) argument
540 unsigned int logflags; local
780 unsigned int logflags = 0; local
[all...]
H A Dnft_log.c188 li->u.log.logflags =
190 if (li->u.log.logflags & ~NF_LOG_MASK) {
258 if (li->u.log.logflags) {
260 htonl(li->u.log.logflags)))
H A Dxt_LOG.c37 li.u.log.logflags = loginfo->logflags;

Completed in 433 milliseconds