Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_log_syslog.c31 .logflags = NF_LOG_DEFAULT_MASK,
67 unsigned int logflags; in dump_arp_packet() local
77 logflags = info->u.log.logflags; in dump_arp_packet()
79 logflags = NF_LOG_DEFAULT_MASK; in dump_arp_packet()
81 if (logflags & NF_LOG_MACDECODE) { in dump_arp_packet()
187 unsigned int logflags) in nf_log_dump_tcp_header() argument
209 if (logflags & NF_LOG_TCPSEQ) { in nf_log_dump_tcp_header()
241 if ((logflags & NF_LOG_TCPOPT) && th->doff * 4 > sizeof(struct tcphdr)) { in nf_log_dump_tcp_header()
306 unsigned int logflags; in dump_ipv4_packet() local
542 unsigned int logflags; dump_ipv6_packet() local
782 unsigned int logflags = 0; dump_mac_header() local
[all...]
H A Dxt_LOG.c37 li.u.log.logflags = loginfo->logflags; in log_tg()
H A Dnft_log.c188 li->u.log.logflags = in nft_log_init()
190 if (li->u.log.logflags & ~NF_LOG_MASK) { in nft_log_init()
258 if (li->u.log.logflags) { in nft_log_dump()
260 htonl(li->u.log.logflags))) in nft_log_dump()
/linux/fs/xfs/libxfs/
H A Dxfs_bmap.c1039 int logflags; /* logging flags */ in xfs_bmap_add_attrfork() local
1053 logflags = 0; in xfs_bmap_add_attrfork()
1056 error = xfs_bmap_add_attrfork_local(tp, ip, &logflags); in xfs_bmap_add_attrfork()
1059 error = xfs_bmap_add_attrfork_extents(tp, ip, &logflags); in xfs_bmap_add_attrfork()
1062 error = xfs_bmap_add_attrfork_btree(tp, ip, &logflags); in xfs_bmap_add_attrfork()
1068 if (logflags) in xfs_bmap_add_attrfork()
1069 xfs_trans_log_inode(tp, ip, logflags); in xfs_bmap_add_attrfork()
1983 bma->logflags |= tmp_logflags; in xfs_bmap_add_extent_delay_real()
2005 bma->logflags |= rval; in xfs_bmap_add_extent_delay_real()
3988 &bma->logflags, bm in xfs_bmapi_allocate()
4536 int logflags = 0, error; xfs_bmapi_remap() local
5195 int logflags; /* transaction logging flags */ __xfs_bunmapi() local
5543 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) xfs_bmse_merge() argument
5627 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) xfs_bmap_shift_update_extent() argument
5679 int logflags = 0; xfs_bmap_collapse_extents() local
5795 int logflags = 0; xfs_bmap_insert_extents() local
5899 int logflags = 0; xfs_bmap_split_extent() local
[all...]
H A Dxfs_dir2_sf.c266 int logflags; /* inode logging flags */ in xfs_dir2_block_to_sf() local
331 logflags = XFS_ILOG_CORE; in xfs_dir2_block_to_sf()
349 logflags |= XFS_ILOG_DDATA; in xfs_dir2_block_to_sf()
352 xfs_trans_log_inode(args->trans, dp, logflags); in xfs_dir2_block_to_sf()
H A Dxfs_bmap.h33 int logflags;/* flags for transaction logging */ member
H A Dxfs_alloc.c3039 uint32_t logflags; in xfs_alloc_get_freelist() local
3074 logflags = XFS_AGF_FLFIRST | XFS_AGF_FLCOUNT; in xfs_alloc_get_freelist()
3078 logflags |= XFS_AGF_BTREEBLKS; in xfs_alloc_get_freelist()
3081 xfs_alloc_log_agf(tp, agbp, logflags); in xfs_alloc_get_freelist()
3145 uint32_t logflags; in xfs_alloc_put_freelist() local
3163 logflags = XFS_AGF_FLLAST | XFS_AGF_FLCOUNT; in xfs_alloc_put_freelist()
3167 logflags |= XFS_AGF_BTREEBLKS; in xfs_alloc_put_freelist()
3177 xfs_alloc_log_agf(tp, agbp, logflags); in xfs_alloc_put_freelist()
H A Dxfs_btree.c3224 int *logflags, /* logging flags for inode */ in xfs_btree_new_iroot() argument
3285 *logflags |= XFS_ILOG_CORE | xfs_ilog_fbroot(cur->bc_ino.whichfork); in xfs_btree_new_iroot()
3460 int logflags = 0; in xfs_btree_make_block_unfull() local
3462 error = xfs_btree_new_iroot(cur, &logflags, stat); in xfs_btree_make_block_unfull()
3466 xfs_trans_log_inode(cur->bc_tp, ip, logflags); in xfs_btree_make_block_unfull()
/linux/include/uapi/linux/netfilter/
H A Dxt_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_ipv4/
H A Dipt_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.c93 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()
164 * reset logflags in ctcm_unpack_skb()
166 ch->logflags in ctcm_unpack_skb()
[all...]
H A Dctcm_main.h199 __u16 logflags; member
/linux/include/net/netfilter/
H A Dnf_log.h34 u_int8_t logflags; member
/linux/fs/xfs/scrub/
H A Dsymlink_repair.c285 int logflags = XFS_ILOG_CORE; in xrep_symlink_swap_prep() local
288 &logflags, XFS_DATA_FORK, in xrep_symlink_swap_prep()
/linux/net/ipv4/netfilter/
H A Dip_tables.c149 .logflags = NF_LOG_DEFAULT_MASK,
/linux/fs/xfs/
H A Dxfs_trace.h4354 __field(int, logflags)
4361 __entry->logflags = res->tr_logflags;
4368 __entry->logflags)