Symbol: ulog
include/net/netfilter/nf_log.h
31
} ulog;
net/bridge/netfilter/ebt_nflog.c
31
li.u.ulog.copy_len = info->len;
net/bridge/netfilter/ebt_nflog.c
32
li.u.ulog.group = info->group;
net/bridge/netfilter/ebt_nflog.c
33
li.u.ulog.qthreshold = info->threshold;
net/bridge/netfilter/ebt_nflog.c
34
li.u.ulog.flags = 0;
net/netfilter/nfnetlink_log.c
670
.ulog = {
net/netfilter/nfnetlink_log.c
705
inst = instance_lookup_get_rcu(log, li->u.ulog.group);
net/netfilter/nfnetlink_log.c
758
if (li->u.ulog.qthreshold)
net/netfilter/nfnetlink_log.c
759
if (qthreshold > li->u.ulog.qthreshold)
net/netfilter/nfnetlink_log.c
760
qthreshold = li->u.ulog.qthreshold;
net/netfilter/nfnetlink_log.c
771
if ((li->u.ulog.flags & NF_LOG_F_COPY_LEN) &&
net/netfilter/nfnetlink_log.c
772
(li->u.ulog.copy_len < data_len))
net/netfilter/nfnetlink_log.c
773
data_len = li->u.ulog.copy_len;
net/netfilter/nft_log.c
141
li->u.ulog.group = ntohs(nla_get_be16(tb[NFTA_LOG_GROUP]));
net/netfilter/nft_log.c
143
li->u.ulog.flags |= NF_LOG_F_COPY_LEN;
net/netfilter/nft_log.c
144
li->u.ulog.copy_len =
net/netfilter/nft_log.c
148
li->u.ulog.qthreshold =
net/netfilter/nft_log.c
209
if (nla_put_be16(skb, NFTA_LOG_GROUP, htons(li->u.ulog.group)))
net/netfilter/nft_log.c
212
if (li->u.ulog.flags & NF_LOG_F_COPY_LEN) {
net/netfilter/nft_log.c
214
htonl(li->u.ulog.copy_len)))
net/netfilter/nft_log.c
217
if (li->u.ulog.qthreshold) {
net/netfilter/nft_log.c
219
htons(li->u.ulog.qthreshold)))
net/netfilter/xt_NFLOG.c
28
li.u.ulog.copy_len = info->len;
net/netfilter/xt_NFLOG.c
29
li.u.ulog.group = info->group;
net/netfilter/xt_NFLOG.c
30
li.u.ulog.qthreshold = info->threshold;
net/netfilter/xt_NFLOG.c
31
li.u.ulog.flags = 0;
net/netfilter/xt_NFLOG.c
34
li.u.ulog.flags |= NF_LOG_F_COPY_LEN;
samples/connector/ucon.c
130
ulog("Unable to open %s for writing: %s\n",
samples/connector/ucon.c
149
ulog("subscribing to %u.%u\n", CN_TEST_IDX, CN_TEST_VAL);
samples/connector/ucon.c
181
ulog("%d messages have been sent to %08x.%08x.\n", i, data->id.idx, data->id.val);
samples/connector/ucon.c
65
ulog("%s: [%08x.%08x] len=%u, seq=%u, ack=%u.\n",
samples/connector/ucon.c
72
ulog("Failed to send: %s [%d].\n",