Searched refs:ulog (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_NFLOG.c31 li.u.ulog.copy_len = info->len;
32 li.u.ulog.group = info->group;
33 li.u.ulog.qthreshold = info->threshold;
H A Dnfnetlink_log.c543 .ulog = {
572 inst = instance_lookup_get(li->u.ulog.group);
610 if (li->u.ulog.qthreshold)
611 if (qthreshold > li->u.ulog.qthreshold)
612 qthreshold = li->u.ulog.qthreshold;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_nflog.c29 li.u.ulog.copy_len = info->len;
30 li.u.ulog.group = info->group;
31 li.u.ulog.qthreshold = info->threshold;
H A Debt_ulog.c163 /* Fill in the ulog data */
238 loginfo.nlgroup = li->u.ulog.group;
239 loginfo.cprange = li->u.ulog.copy_len;
240 loginfo.qthreshold = li->u.ulog.qthreshold;
271 .name = "ulog",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/connector/
H A Ducon.c52 #define ulog(f, a...) fprintf(stdout, f, ##a) macro
54 #define ulog(f, a...) do {} while (0) macro
82 ulog("Failed to send: %s [%d].\n",
140 ulog("Unable to open %s for writing: %s\n",
159 ulog("subscribing to %u.%u\n", CN_TEST_IDX, CN_TEST_VAL);
185 ulog("%d messages have been sent to %08x.%08x.\n", i, data->id.idx, data->id.val);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netfilter/
H A Dnf_log.h25 } ulog; member in union:nf_loginfo::__anon18440
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_ULOG.c40 " --ulog-nlgroup nlgroup NETLINK group used for logging\n"
41 " --ulog-cprange size Bytes of each packet to be passed\n"
42 " --ulog-qthreshold Threshold of in-kernel queue\n"
43 " --ulog-prefix prefix Prefix log messages with this prefix.\n\n",
48 {"ulog-nlgroup", 1, 0, '!'},
49 {"ulog-prefix", 1, 0, '#'},
50 {"ulog-cprange", 1, 0, 'A'},
51 {"ulog-qthreshold", 1, 0, 'B'},
84 "Can't specify --ulog-nlgroup twice");
88 "Unexpected `!' after --ulog
219 static struct iptables_target ulog = { variable in typeref:struct:iptables_target
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/utils/
H A Dnfnl_osf.c111 static void ulog(const char *f, ...) function
281 ulog("Loading '%s'.\n", buffer);
289 ulog("Wrong input line '%s': cnt: %d, must be 8, i: %d, must be %d.\n", buffer, cnt, i, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dipt_ULOG.c302 loginfo.nl_group = li->u.ulog.group;
303 loginfo.copy_range = li->u.ulog.copy_len;
304 loginfo.qthreshold = li->u.ulog.qthreshold;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/utils/
H A Dnfnl_osf.c111 static void ulog(const char *f, ...) function
281 ulog("Loading '%s'.\n", buffer);
289 ulog("Wrong input line '%s': cnt: %d, must be 8, i: %d, must be %d.\n", buffer, cnt, i, len);

Completed in 124 milliseconds