Searched refs:ulog (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/Documentation/connector/ |
D | ucon.c | 52 #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.1.27/net/netfilter/ |
D | nft_log.c | 89 li->u.ulog.group = ntohs(nla_get_be16(tb[NFTA_LOG_GROUP])); in nft_log_init() 91 li->u.ulog.copy_len = in nft_log_init() 95 li->u.ulog.qthreshold = in nft_log_init() 154 if (nla_put_be16(skb, NFTA_LOG_GROUP, htons(li->u.ulog.group))) in nft_log_dump() 157 if (li->u.ulog.copy_len) { in nft_log_dump() 159 htonl(li->u.ulog.copy_len))) in nft_log_dump() 162 if (li->u.ulog.qthreshold) { in nft_log_dump() 164 htons(li->u.ulog.qthreshold))) in nft_log_dump()
|
D | xt_NFLOG.c | 32 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()
|
D | nfnetlink_log.c | 606 .ulog = { 637 inst = instance_lookup_get(log, li->u.ulog.group); in nfulnl_log_packet() 679 if (li->u.ulog.qthreshold) in nfulnl_log_packet() 680 if (qthreshold > li->u.ulog.qthreshold) in nfulnl_log_packet() 681 qthreshold = li->u.ulog.qthreshold; in nfulnl_log_packet()
|
/linux-4.1.27/net/bridge/netfilter/ |
D | ebt_nflog.c | 30 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.1.27/include/net/netfilter/ |
D | nf_log.h | 28 } ulog; member
|