Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/netfilter/
Dnf_log_ipv6.c33 .logflags = NF_LOG_DEFAULT_MASK,
50 unsigned int logflags; in dump_ipv6_packet() local
53 logflags = info->u.log.logflags; in dump_ipv6_packet()
55 logflags = NF_LOG_DEFAULT_MASK; in dump_ipv6_packet()
87 if (logflags & NF_LOG_IPOPT) in dump_ipv6_packet()
124 if (logflags & NF_LOG_IPOPT) in dump_ipv6_packet()
132 if (logflags & NF_LOG_IPOPT) { in dump_ipv6_packet()
164 if (logflags & NF_LOG_IPOPT) { in dump_ipv6_packet()
197 if (logflags & NF_LOG_IPOPT) in dump_ipv6_packet()
207 ptr, logflags)) in dump_ipv6_packet()
[all …]
Dip6_tables.c179 .logflags = NF_LOG_DEFAULT_MASK,
/Linux-v4.19/net/ipv4/netfilter/
Dnf_log_ipv4.c32 .logflags = NF_LOG_DEFAULT_MASK,
44 unsigned int logflags; in dump_ipv4_packet() local
47 logflags = info->u.log.logflags; in dump_ipv4_packet()
49 logflags = NF_LOG_DEFAULT_MASK; in dump_ipv4_packet()
79 if ((logflags & NF_LOG_IPOPT) && in dump_ipv4_packet()
104 iphoff+ih->ihl*4, logflags)) in dump_ipv4_packet()
253 if ((logflags & NF_LOG_UID) && !iphoff) in dump_ipv4_packet()
280 unsigned int logflags = 0; in dump_ipv4_mac_header() local
283 logflags = info->u.log.logflags; in dump_ipv4_mac_header()
285 if (!(logflags & NF_LOG_MACDECODE)) in dump_ipv4_mac_header()
Dnf_log_arp.c33 .logflags = NF_LOG_DEFAULT_MASK,
Dip_tables.c154 .logflags = NF_LOG_DEFAULT_MASK,
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_bmap.c1036 int logflags; /* logging flags */ in xfs_bmap_add_attrfork() local
1096 logflags = 0; in xfs_bmap_add_attrfork()
1099 error = xfs_bmap_add_attrfork_local(tp, ip, &logflags); in xfs_bmap_add_attrfork()
1102 error = xfs_bmap_add_attrfork_extents(tp, ip, &logflags); in xfs_bmap_add_attrfork()
1105 error = xfs_bmap_add_attrfork_btree(tp, ip, &logflags); in xfs_bmap_add_attrfork()
1111 if (logflags) in xfs_bmap_add_attrfork()
1112 xfs_trans_log_inode(tp, ip, logflags); in xfs_bmap_add_attrfork()
1988 bma->logflags |= tmp_logflags; in xfs_bmap_add_extent_delay_real()
2008 bma->logflags |= rval; in xfs_bmap_add_extent_delay_real()
4093 &bma->logflags, bma->flags); in xfs_bmapi_allocate()
[all …]
Dxfs_alloc.c2402 int logflags; in xfs_alloc_get_freelist() local
2440 logflags = XFS_AGF_FLFIRST | XFS_AGF_FLCOUNT; in xfs_alloc_get_freelist()
2444 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()
Dxfs_dir2_sf.c152 int logflags; /* inode logging flags */ in xfs_dir2_block_to_sf() local
232 logflags = XFS_ILOG_CORE; in xfs_dir2_block_to_sf()
250 logflags |= XFS_ILOG_DDATA; in xfs_dir2_block_to_sf()
253 xfs_trans_log_inode(args->trans, dp, logflags); in xfs_dir2_block_to_sf()
Dxfs_bmap.h34 int logflags;/* flags for transaction logging */ member
Dxfs_btree.c2930 int *logflags, /* logging flags for inode */ in xfs_btree_new_iroot() argument
3018 *logflags |= in xfs_btree_new_iroot()
3179 int logflags = 0; in xfs_btree_make_block_unfull() local
3181 error = xfs_btree_new_iroot(cur, &logflags, stat); in xfs_btree_make_block_unfull()
3185 xfs_trans_log_inode(cur->bc_tp, ip, logflags); in xfs_btree_make_block_unfull()
/Linux-v4.19/net/netfilter/
Dxt_LOG.c40 li.u.log.logflags = loginfo->logflags; in log_tg()
Dnft_log.c177 li->u.log.logflags = in nft_log_init()
179 if (li->u.log.logflags & ~NF_LOG_MASK) { in nft_log_init()
242 if (li->u.log.logflags) { in nft_log_dump()
244 htonl(li->u.log.logflags))) in nft_log_dump()
Dnf_log_common.c58 unsigned int logflags) in nf_log_dump_tcp_header() argument
80 if (logflags & NF_LOG_TCPSEQ) { in nf_log_dump_tcp_header()
110 if ((logflags & NF_LOG_TCPOPT) && th->doff*4 > sizeof(struct tcphdr)) { in nf_log_dump_tcp_header()
/Linux-v4.19/include/net/netfilter/
Dnf_log.h34 u_int8_t logflags; member
108 unsigned int logflags);
/Linux-v4.19/include/uapi/linux/netfilter/
Dxt_LOG.h16 unsigned char logflags; member
/Linux-v4.19/include/uapi/linux/netfilter_ipv4/
Dipt_LOG.h18 unsigned char logflags; member
/Linux-v4.19/include/uapi/linux/netfilter_ipv6/
Dip6t_LOG.h18 unsigned char logflags; member
/Linux-v4.19/net/bridge/netfilter/
Debt_log.c92 bitmask = loginfo->u.log.logflags; in ebt_log_packet()
186 li.u.log.logflags = info->bitmask; in ebt_log_tg()
/Linux-v4.19/drivers/s390/net/
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()
166 ch->logflags = 0; in ctcm_unpack_skb()
175 ch->logflags |= LOG_FLAG_OVERRUN; in ctcm_unpack_skb()
Dctcm_main.h198 __u16 logflags; member
/Linux-v4.19/fs/xfs/
Dxfs_trace.h3294 __field(int, logflags)
3301 __entry->logflags = res->tr_logflags;
3308 __entry->logflags)