/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_log_ipv6.c | 33 .logflags = NF_LOG_MASK, 50 unsigned int logflags; in dump_ipv6_packet() local 53 logflags = info->u.log.logflags; in dump_ipv6_packet() 55 logflags = NF_LOG_MASK; in dump_ipv6_packet() 87 if (logflags & XT_LOG_IPOPT) in dump_ipv6_packet() 124 if (logflags & XT_LOG_IPOPT) in dump_ipv6_packet() 132 if (logflags & XT_LOG_IPOPT) { in dump_ipv6_packet() 164 if (logflags & XT_LOG_IPOPT) { in dump_ipv6_packet() 197 if (logflags & XT_LOG_IPOPT) in dump_ipv6_packet() 207 ptr, logflags)) in dump_ipv6_packet() [all …]
|
D | ip6_tables.c | 242 .logflags = NF_LOG_MASK,
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_log_ipv4.c | 32 .logflags = NF_LOG_MASK, 44 unsigned int logflags; in dump_ipv4_packet() local 47 logflags = info->u.log.logflags; in dump_ipv4_packet() 49 logflags = NF_LOG_MASK; in dump_ipv4_packet() 79 if ((logflags & XT_LOG_IPOPT) && in dump_ipv4_packet() 104 iphoff+ih->ihl*4, logflags)) in dump_ipv4_packet() 253 if ((logflags & XT_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 & XT_LOG_MACDECODE)) in dump_ipv4_mac_header()
|
D | nf_log_arp.c | 33 .logflags = NF_LOG_MASK,
|
D | ip_tables.c | 213 .logflags = NF_LOG_MASK,
|
/linux-4.4.14/net/netfilter/ |
D | nf_log_common.c | 58 unsigned int logflags) in nf_log_dump_tcp_header() argument 80 if (logflags & XT_LOG_TCPSEQ) { in nf_log_dump_tcp_header() 110 if ((logflags & XT_LOG_TCPOPT) && th->doff*4 > sizeof(struct tcphdr)) { in nf_log_dump_tcp_header()
|
D | xt_LOG.c | 40 li.u.log.logflags = loginfo->logflags; in log_tg()
|
D | nft_log.c | 83 li->u.log.logflags = in nft_log_init() 146 if (li->u.log.logflags) { in nft_log_dump() 148 htonl(li->u.log.logflags))) in nft_log_dump()
|
D | nf_tables_core.c | 42 .logflags = NF_LOG_MASK,
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_log.h | 31 u_int8_t logflags; member 103 unsigned int logflags);
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap.c | 1115 int logflags; /* logging flags */ in xfs_bmap_add_attrfork() local 1176 logflags = 0; in xfs_bmap_add_attrfork() 1181 &logflags); in xfs_bmap_add_attrfork() 1185 &flist, &logflags); in xfs_bmap_add_attrfork() 1189 &logflags); in xfs_bmap_add_attrfork() 1195 if (logflags) in xfs_bmap_add_attrfork() 1196 xfs_trans_log_inode(tp, ip, logflags); in xfs_bmap_add_attrfork() 2225 bma->logflags |= tmp_logflags; in xfs_bmap_add_extent_delay_real() 2247 bma->logflags |= rval; in xfs_bmap_add_extent_delay_real() 3153 bma->logflags |= tmp_logflags; in xfs_bmap_add_extent_hole_real() [all …]
|
D | xfs_bmap.h | 48 int logflags;/* flags for transaction logging */ member
|
D | xfs_alloc.c | 2092 int logflags; in xfs_alloc_get_freelist() local 2129 logflags = XFS_AGF_FLFIRST | XFS_AGF_FLCOUNT; in xfs_alloc_get_freelist() 2133 logflags |= XFS_AGF_BTREEBLKS; in xfs_alloc_get_freelist() 2136 xfs_alloc_log_agf(tp, agbp, logflags); in xfs_alloc_get_freelist() 2212 int logflags; in xfs_alloc_put_freelist() local 2233 logflags = XFS_AGF_FLLAST | XFS_AGF_FLCOUNT; in xfs_alloc_put_freelist() 2237 logflags |= XFS_AGF_BTREEBLKS; in xfs_alloc_put_freelist() 2241 xfs_alloc_log_agf(tp, agbp, logflags); in xfs_alloc_put_freelist() 2250 xfs_alloc_log_agf(tp, agbp, logflags); in xfs_alloc_put_freelist()
|
D | xfs_dir2_sf.c | 166 int logflags; /* inode logging flags */ in xfs_dir2_block_to_sf() local 247 logflags = XFS_ILOG_CORE; in xfs_dir2_block_to_sf() 266 logflags |= XFS_ILOG_DDATA; in xfs_dir2_block_to_sf() 271 xfs_trans_log_inode(args->trans, dp, logflags); in xfs_dir2_block_to_sf()
|
D | xfs_btree.c | 2606 int *logflags, /* logging flags for inode */ in xfs_btree_new_iroot() argument 2700 *logflags |= in xfs_btree_new_iroot() 2861 int logflags = 0; in xfs_btree_make_block_unfull() local 2863 error = xfs_btree_new_iroot(cur, &logflags, stat); in xfs_btree_make_block_unfull() 2867 xfs_trans_log_inode(cur->bc_tp, ip, logflags); in xfs_btree_make_block_unfull()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_LOG.h | 15 unsigned char logflags; member
|
/linux-4.4.14/include/uapi/linux/netfilter_ipv4/ |
D | ipt_LOG.h | 17 unsigned char logflags; member
|
/linux-4.4.14/include/uapi/linux/netfilter_ipv6/ |
D | ip6t_LOG.h | 17 unsigned char logflags; member
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebt_log.c | 94 bitmask = loginfo->u.log.logflags; in ebt_log_packet() 187 li.u.log.logflags = info->bitmask; in ebt_log_tg()
|
/linux-4.4.14/drivers/s390/net/ |
D | ctcm_main.c | 92 if (!(ch->logflags & LOG_FLAG_ILLEGALPKT)) { in ctcm_unpack_skb() 93 ch->logflags |= LOG_FLAG_ILLEGALPKT; in ctcm_unpack_skb() 112 if (!(ch->logflags & LOG_FLAG_ILLEGALSIZE)) { in ctcm_unpack_skb() 118 ch->logflags |= LOG_FLAG_ILLEGALSIZE; in ctcm_unpack_skb() 129 if (!(ch->logflags & LOG_FLAG_OVERRUN)) { in ctcm_unpack_skb() 134 ch->logflags |= LOG_FLAG_OVERRUN; in ctcm_unpack_skb() 146 if (!(ch->logflags & LOG_FLAG_NOMEM)) { in ctcm_unpack_skb() 150 ch->logflags |= LOG_FLAG_NOMEM; in ctcm_unpack_skb() 165 ch->logflags = 0; in ctcm_unpack_skb() 174 ch->logflags |= LOG_FLAG_OVERRUN; in ctcm_unpack_skb()
|
D | ctcm_main.h | 197 __u16 logflags; member
|