ulog               31 include/net/netfilter/nf_log.h 		} ulog;
ulog               31 net/bridge/netfilter/ebt_nflog.c 	li.u.ulog.copy_len = info->len;
ulog               32 net/bridge/netfilter/ebt_nflog.c 	li.u.ulog.group = info->group;
ulog               33 net/bridge/netfilter/ebt_nflog.c 	li.u.ulog.qthreshold = info->threshold;
ulog               34 net/bridge/netfilter/ebt_nflog.c 	li.u.ulog.flags = 0;
ulog              664 net/netfilter/nfnetlink_log.c 		.ulog = {
ulog              699 net/netfilter/nfnetlink_log.c 	inst = instance_lookup_get(log, li->u.ulog.group);
ulog              750 net/netfilter/nfnetlink_log.c 	if (li->u.ulog.qthreshold)
ulog              751 net/netfilter/nfnetlink_log.c 		if (qthreshold > li->u.ulog.qthreshold)
ulog              752 net/netfilter/nfnetlink_log.c 			qthreshold = li->u.ulog.qthreshold;
ulog              763 net/netfilter/nfnetlink_log.c 		if ((li->u.ulog.flags & NF_LOG_F_COPY_LEN) &&
ulog              764 net/netfilter/nfnetlink_log.c 		    (li->u.ulog.copy_len < data_len))
ulog              765 net/netfilter/nfnetlink_log.c 			data_len = li->u.ulog.copy_len;
ulog              183 net/netfilter/nft_log.c 		li->u.ulog.group = ntohs(nla_get_be16(tb[NFTA_LOG_GROUP]));
ulog              185 net/netfilter/nft_log.c 			li->u.ulog.flags |= NF_LOG_F_COPY_LEN;
ulog              186 net/netfilter/nft_log.c 			li->u.ulog.copy_len =
ulog              190 net/netfilter/nft_log.c 			li->u.ulog.qthreshold =
ulog              246 net/netfilter/nft_log.c 		if (nla_put_be16(skb, NFTA_LOG_GROUP, htons(li->u.ulog.group)))
ulog              249 net/netfilter/nft_log.c 		if (li->u.ulog.flags & NF_LOG_F_COPY_LEN) {
ulog              251 net/netfilter/nft_log.c 					 htonl(li->u.ulog.copy_len)))
ulog              254 net/netfilter/nft_log.c 		if (li->u.ulog.qthreshold) {
ulog              256 net/netfilter/nft_log.c 					 htons(li->u.ulog.qthreshold)))
ulog               28 net/netfilter/xt_NFLOG.c 	li.u.ulog.copy_len   = info->len;
ulog               29 net/netfilter/xt_NFLOG.c 	li.u.ulog.group	     = info->group;
ulog               30 net/netfilter/xt_NFLOG.c 	li.u.ulog.qthreshold = info->threshold;
ulog               31 net/netfilter/xt_NFLOG.c 	li.u.ulog.flags	     = 0;
ulog               34 net/netfilter/xt_NFLOG.c 		li.u.ulog.flags |= NF_LOG_F_COPY_LEN;
ulog               65 samples/connector/ucon.c 	ulog("%s: [%08x.%08x] len=%u, seq=%u, ack=%u.\n",
ulog               72 samples/connector/ucon.c 		ulog("Failed to send: %s [%d].\n",
ulog              130 samples/connector/ucon.c 			ulog("Unable to open %s for writing: %s\n",
ulog              149 samples/connector/ucon.c 	ulog("subscribing to %u.%u\n", CN_TEST_IDX, CN_TEST_VAL);
ulog              181 samples/connector/ucon.c 			ulog("%d messages have been sent to %08x.%08x.\n", i, data->id.idx, data->id.val);