| /Linux-v5.4/net/ipv6/netfilter/ |
| D | nf_log_ipv6.c | 30 .logflags = NF_LOG_DEFAULT_MASK, 47 unsigned int logflags; in dump_ipv6_packet() local 50 logflags = info->u.log.logflags; in dump_ipv6_packet() 52 logflags = NF_LOG_DEFAULT_MASK; in dump_ipv6_packet() 84 if (logflags & NF_LOG_IPOPT) in dump_ipv6_packet() 121 if (logflags & NF_LOG_IPOPT) in dump_ipv6_packet() 129 if (logflags & NF_LOG_IPOPT) { in dump_ipv6_packet() 161 if (logflags & NF_LOG_IPOPT) { in dump_ipv6_packet() 194 if (logflags & NF_LOG_IPOPT) in dump_ipv6_packet() 204 ptr, logflags)) in dump_ipv6_packet() [all …]
|
| D | ip6_tables.c | 176 .logflags = NF_LOG_DEFAULT_MASK,
|
| /Linux-v5.4/net/ipv4/netfilter/ |
| D | nf_log_ipv4.c | 29 .logflags = NF_LOG_DEFAULT_MASK, 41 unsigned int logflags; in dump_ipv4_packet() local 44 logflags = info->u.log.logflags; in dump_ipv4_packet() 46 logflags = NF_LOG_DEFAULT_MASK; in dump_ipv4_packet() 76 if ((logflags & NF_LOG_IPOPT) && in dump_ipv4_packet() 101 iphoff+ih->ihl*4, logflags)) in dump_ipv4_packet() 250 if ((logflags & NF_LOG_UID) && !iphoff) in dump_ipv4_packet() 277 unsigned int logflags = 0; in dump_ipv4_mac_header() local 280 logflags = info->u.log.logflags; in dump_ipv4_mac_header() 282 if (!(logflags & NF_LOG_MACDECODE)) in dump_ipv4_mac_header()
|
| D | nf_log_arp.c | 30 .logflags = NF_LOG_DEFAULT_MASK,
|
| D | ip_tables.c | 151 .logflags = NF_LOG_DEFAULT_MASK,
|
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_bmap.c | 1063 int logflags; /* logging flags */ in xfs_bmap_add_attrfork() local 1106 logflags = 0; in xfs_bmap_add_attrfork() 1109 error = xfs_bmap_add_attrfork_local(tp, ip, &logflags); in xfs_bmap_add_attrfork() 1112 error = xfs_bmap_add_attrfork_extents(tp, ip, &logflags); in xfs_bmap_add_attrfork() 1115 error = xfs_bmap_add_attrfork_btree(tp, ip, &logflags); in xfs_bmap_add_attrfork() 1121 if (logflags) in xfs_bmap_add_attrfork() 1122 xfs_trans_log_inode(tp, ip, logflags); in xfs_bmap_add_attrfork() 2001 bma->logflags |= tmp_logflags; in xfs_bmap_add_extent_delay_real() 2024 bma->logflags |= rval; in xfs_bmap_add_extent_delay_real() 4111 &bma->logflags, bma->flags); in xfs_bmapi_allocate() [all …]
|
| D | xfs_alloc.c | 2402 int logflags; in xfs_alloc_get_freelist() local 2439 logflags = XFS_AGF_FLFIRST | XFS_AGF_FLCOUNT; in xfs_alloc_get_freelist() 2443 logflags |= XFS_AGF_BTREEBLKS; in xfs_alloc_get_freelist() 2447 xfs_alloc_log_agf(tp, agbp, logflags); in xfs_alloc_get_freelist() 2529 int logflags; in xfs_alloc_put_freelist() local 2551 logflags = XFS_AGF_FLLAST | XFS_AGF_FLCOUNT; in xfs_alloc_put_freelist() 2555 logflags |= XFS_AGF_BTREEBLKS; in xfs_alloc_put_freelist() 2559 xfs_alloc_log_agf(tp, agbp, logflags); in xfs_alloc_put_freelist() 2568 xfs_alloc_log_agf(tp, agbp, logflags); in xfs_alloc_put_freelist()
|
| D | xfs_dir2_sf.c | 149 int logflags; /* inode logging flags */ in xfs_dir2_block_to_sf() local 229 logflags = XFS_ILOG_CORE; in xfs_dir2_block_to_sf() 247 logflags |= XFS_ILOG_DDATA; in xfs_dir2_block_to_sf() 250 xfs_trans_log_inode(args->trans, dp, logflags); in xfs_dir2_block_to_sf()
|
| D | xfs_bmap.h | 34 int logflags;/* flags for transaction logging */ member
|
| D | xfs_btree.c | 2919 int *logflags, /* logging flags for inode */ in xfs_btree_new_iroot() argument 3007 *logflags |= in xfs_btree_new_iroot() 3168 int logflags = 0; in xfs_btree_make_block_unfull() local 3170 error = xfs_btree_new_iroot(cur, &logflags, stat); in xfs_btree_make_block_unfull() 3174 xfs_trans_log_inode(cur->bc_tp, ip, logflags); in xfs_btree_make_block_unfull()
|
| /Linux-v5.4/net/netfilter/ |
| D | xt_LOG.c | 37 li.u.log.logflags = loginfo->logflags; in log_tg()
|
| D | nft_log.c | 174 li->u.log.logflags = in nft_log_init() 176 if (li->u.log.logflags & ~NF_LOG_MASK) { in nft_log_init() 239 if (li->u.log.logflags) { in nft_log_dump() 241 htonl(li->u.log.logflags))) in nft_log_dump()
|
| D | nf_log_common.c | 55 unsigned int logflags) in nf_log_dump_tcp_header() argument 77 if (logflags & NF_LOG_TCPSEQ) { in nf_log_dump_tcp_header() 107 if ((logflags & NF_LOG_TCPOPT) && th->doff*4 > sizeof(struct tcphdr)) { in nf_log_dump_tcp_header()
|
| /Linux-v5.4/include/net/netfilter/ |
| D | nf_log.h | 34 u_int8_t logflags; member 108 unsigned int logflags);
|
| /Linux-v5.4/include/uapi/linux/netfilter/ |
| D | xt_LOG.h | 16 unsigned char logflags; member
|
| /Linux-v5.4/include/uapi/linux/netfilter_ipv6/ |
| D | ip6t_LOG.h | 16 unsigned char logflags; member
|
| /Linux-v5.4/include/uapi/linux/netfilter_ipv4/ |
| D | ipt_LOG.h | 16 unsigned char logflags; member
|
| /Linux-v5.4/net/bridge/netfilter/ |
| 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-v5.4/drivers/s390/net/ |
| 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()
|
| D | ctcm_main.h | 198 __u16 logflags; member
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_trace.h | 3316 __field(int, logflags) 3323 __entry->logflags = res->tr_logflags; 3330 __entry->logflags)
|