| /linux/net/netfilter/ |
| A D | nf_log_syslog.c | 31 .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() 304 unsigned int logflags; in dump_ipv4_packet() local 308 logflags = info->u.log.logflags; in dump_ipv4_packet() 540 unsigned int logflags; in dump_ipv6_packet() local 547 logflags = info->u.log.logflags; in dump_ipv6_packet() 694 ptr, logflags)) in dump_ipv6_packet() 780 unsigned int logflags = 0; in dump_mac_header() local [all …]
|
| A D | xt_LOG.c | 37 li.u.log.logflags = loginfo->logflags; in log_tg()
|
| A D | nft_log.c | 188 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/ |
| A D | xfs_bmap.c | 1054 logflags = 0; in xfs_bmap_add_attrfork() 1069 if (logflags) in xfs_bmap_add_attrfork() 4364 if (bma->logflags) in xfs_bmapi_finish() 4834 if (logflags) in xfs_bmapi_remap() 5438 logflags = 0; in __xfs_bunmapi() 5527 &logflags); in __xfs_bunmapi() 5663 if (logflags) in __xfs_bunmapi() 5821 int *logflags, in xfs_bmap_shift_update_extent() argument 5940 if (logflags) in xfs_bmap_collapse_extents() 6065 if (logflags) in xfs_bmap_insert_extents() [all …]
|
| A D | xfs_dir2_sf.c | 266 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()
|
| A D | xfs_alloc.c | 3028 uint32_t logflags; in xfs_alloc_get_freelist() local 3063 logflags = XFS_AGF_FLFIRST | XFS_AGF_FLCOUNT; in xfs_alloc_get_freelist() 3067 logflags |= XFS_AGF_BTREEBLKS; in xfs_alloc_get_freelist() 3070 xfs_alloc_log_agf(tp, agbp, logflags); in xfs_alloc_get_freelist() 3134 uint32_t logflags; in xfs_alloc_put_freelist() local 3152 logflags = XFS_AGF_FLLAST | XFS_AGF_FLCOUNT; in xfs_alloc_put_freelist() 3156 logflags |= XFS_AGF_BTREEBLKS; in xfs_alloc_put_freelist() 3159 xfs_alloc_log_agf(tp, agbp, logflags); in xfs_alloc_put_freelist() 3168 xfs_alloc_log_agf(tp, agbp, logflags); in xfs_alloc_put_freelist()
|
| A D | xfs_bmap.h | 33 int logflags;/* flags for transaction logging */ member
|
| A D | xfs_btree.c | 3100 int *logflags, /* logging flags for inode */ in xfs_btree_new_iroot() argument 3190 *logflags |= in xfs_btree_new_iroot() 3366 int logflags = 0; in xfs_btree_make_block_unfull() local 3368 error = xfs_btree_new_iroot(cur, &logflags, stat); in xfs_btree_make_block_unfull() 3372 xfs_trans_log_inode(cur->bc_tp, ip, logflags); in xfs_btree_make_block_unfull()
|
| /linux/include/uapi/linux/netfilter_ipv6/ |
| A D | ip6t_LOG.h | 16 unsigned char logflags; member
|
| /linux/include/uapi/linux/netfilter/ |
| A D | xt_LOG.h | 16 unsigned char logflags; member
|
| /linux/include/uapi/linux/netfilter_ipv4/ |
| A D | ipt_LOG.h | 16 unsigned char logflags; member
|
| /linux/net/bridge/netfilter/ |
| A D | ebt_log.c | 93 bitmask = loginfo->u.log.logflags; in ebt_log_packet() 187 li.u.log.logflags = info->bitmask; in ebt_log_tg()
|
| /linux/drivers/s390/net/ |
| A D | ctcm_main.c | 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()
|
| A D | ctcm_main.h | 199 __u16 logflags; member
|
| /linux/include/net/netfilter/ |
| A D | nf_log.h | 34 u_int8_t logflags; member
|
| /linux/fs/xfs/scrub/ |
| A D | symlink_repair.c | 284 int logflags = XFS_ILOG_CORE; in xrep_symlink_swap_prep() local 287 &logflags, XFS_DATA_FORK, in xrep_symlink_swap_prep()
|
| /linux/net/ipv4/netfilter/ |
| A D | ip_tables.c | 149 .logflags = NF_LOG_DEFAULT_MASK,
|
| /linux/net/ipv6/netfilter/ |
| A D | ip6_tables.c | 174 .logflags = NF_LOG_DEFAULT_MASK,
|
| /linux/fs/xfs/ |
| A D | xfs_trace.h | 3956 __field(int, logflags) 3963 __entry->logflags = res->tr_logflags; 3970 __entry->logflags)
|