Home
last modified time | relevance | path

Searched refs:ulog (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/Documentation/connector/
Ducon.c52 #define ulog(f, a...) fprintf(stdout, f, ##a) macro
54 #define ulog(f, a...) do {} while (0) macro
79 ulog("%s: [%08x.%08x] len=%u, seq=%u, ack=%u.\n", in netlink_send()
86 ulog("Failed to send: %s [%d].\n", in netlink_send()
144 ulog("Unable to open %s for writing: %s\n", in main()
163 ulog("subscribing to %u.%u\n", CN_TEST_IDX, CN_TEST_VAL); in main()
195 ulog("%d messages have been sent to %08x.%08x.\n", i, data->id.idx, data->id.val); in main()
/linux-4.4.14/net/netfilter/
Dnft_log.c88 li->u.ulog.group = ntohs(nla_get_be16(tb[NFTA_LOG_GROUP])); in nft_log_init()
90 li->u.ulog.copy_len = in nft_log_init()
94 li->u.ulog.qthreshold = in nft_log_init()
153 if (nla_put_be16(skb, NFTA_LOG_GROUP, htons(li->u.ulog.group))) in nft_log_dump()
156 if (li->u.ulog.copy_len) { in nft_log_dump()
158 htonl(li->u.ulog.copy_len))) in nft_log_dump()
161 if (li->u.ulog.qthreshold) { in nft_log_dump()
163 htons(li->u.ulog.qthreshold))) in nft_log_dump()
Dxt_NFLOG.c32 li.u.ulog.copy_len = info->len; in nflog_tg()
33 li.u.ulog.group = info->group; in nflog_tg()
34 li.u.ulog.qthreshold = info->threshold; in nflog_tg()
Dnfnetlink_log.c611 .ulog = {
646 inst = instance_lookup_get(log, li->u.ulog.group); in nfulnl_log_packet()
696 if (li->u.ulog.qthreshold) in nfulnl_log_packet()
697 if (qthreshold > li->u.ulog.qthreshold) in nfulnl_log_packet()
698 qthreshold = li->u.ulog.qthreshold; in nfulnl_log_packet()
/linux-4.4.14/net/bridge/netfilter/
Debt_nflog.c30 li.u.ulog.copy_len = info->len; in ebt_nflog_tg()
31 li.u.ulog.group = info->group; in ebt_nflog_tg()
32 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg()
/linux-4.4.14/include/net/netfilter/
Dnf_log.h28 } ulog; member