Searched refs:ulog (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/samples/connector/ |
| H A D | ucon.c | 38 #define ulog(f, a...) fprintf(stdout, f, ##a) macro 40 #define ulog(f, a...) do {} while (0) macro 65 ulog("%s: [%08x.%08x] len=%u, seq=%u, ack=%u.\n", in netlink_send() 72 ulog("Failed to send: %s [%d].\n", in netlink_send() 130 ulog("Unable to open %s for writing: %s\n", in main() 149 ulog("subscribing to %u.%u\n", CN_TEST_IDX, CN_TEST_VAL); in main() 181 ulog("%d messages have been sent to %08x.%08x.\n", i, data->id.idx, data->id.val); in main()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_NFLOG.c | 28 li.u.ulog.copy_len = info->len; in nflog_tg() 29 li.u.ulog.group = info->group; in nflog_tg() 30 li.u.ulog.qthreshold = info->threshold; in nflog_tg() 31 li.u.ulog.flags = 0; in nflog_tg() 34 li.u.ulog.flags |= NF_LOG_F_COPY_LEN; in nflog_tg()
|
| H A D | nft_log.c | 183 li->u.ulog.group = ntohs(nla_get_be16(tb[NFTA_LOG_GROUP])); in nft_log_init() 185 li->u.ulog.flags |= NF_LOG_F_COPY_LEN; in nft_log_init() 186 li->u.ulog.copy_len = in nft_log_init() 190 li->u.ulog.qthreshold = in nft_log_init() 246 if (nla_put_be16(skb, NFTA_LOG_GROUP, htons(li->u.ulog.group))) in nft_log_dump() 249 if (li->u.ulog.flags & NF_LOG_F_COPY_LEN) { in nft_log_dump() 251 htonl(li->u.ulog.copy_len))) in nft_log_dump() 254 if (li->u.ulog.qthreshold) { in nft_log_dump() 256 htons(li->u.ulog.qthreshold))) in nft_log_dump()
|
| H A D | nfnetlink_log.c | 659 .ulog = { 694 inst = instance_lookup_get(log, li->u.ulog.group); in nfulnl_log_packet() 745 if (li->u.ulog.qthreshold) in nfulnl_log_packet() 746 if (qthreshold > li->u.ulog.qthreshold) in nfulnl_log_packet() 747 qthreshold = li->u.ulog.qthreshold; in nfulnl_log_packet() 758 if ((li->u.ulog.flags & NF_LOG_F_COPY_LEN) && in nfulnl_log_packet() 759 (li->u.ulog.copy_len < data_len)) in nfulnl_log_packet() 760 data_len = li->u.ulog.copy_len; in nfulnl_log_packet()
|
| /OK3568_Linux_fs/kernel/net/bridge/netfilter/ |
| H A D | ebt_nflog.c | 31 li.u.ulog.copy_len = info->len; in ebt_nflog_tg() 32 li.u.ulog.group = info->group; in ebt_nflog_tg() 33 li.u.ulog.qthreshold = info->threshold; in ebt_nflog_tg() 34 li.u.ulog.flags = 0; in ebt_nflog_tg()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/libubox/libubox/ |
| H A D | 0001-version-libraries.patch | 6 …ock.c ustream.c ustream-fd.c vlist.c utils.c safe_list.c runqueue.c md5.c kvlist.c ulog.c base64.c)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/ |
| H A D | 0001-Makefile.am-do-not-install-etc-ethertypes.patch | 27 EXTRA_PROGRAMS = static examples/ulog/test_ulog
|
| /OK3568_Linux_fs/kernel/include/net/netfilter/ |
| H A D | nf_log.h | 31 } ulog; member
|