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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_NFLOG.c32 li.u.ulog.copy_len = info->len;
33 li.u.ulog.group = info->group;
34 li.u.ulog.qthreshold = info->threshold;
H A Dnfnetlink_log.c549 .ulog = {
578 inst = instance_lookup_get(li->u.ulog.group);
612 if (qthreshold > li->u.ulog.qthreshold)
613 qthreshold = li->u.ulog.qthreshold;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/connector/
H A Ducon.c46 #define ulog(f, a...) fprintf(stdout, f, ##a) macro
48 #define ulog(f, a...) do {} while (0) macro
76 ulog("Failed to send: %s [%d].\n",
99 ulog("Unable to open %s for writing: %s\n",
141 ulog("%d messages have been sent to %08x.%08x.\n", i, data->id.idx, data->id.val);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_ulog.c166 /* Fill in the ulog data */
239 loginfo.nlgroup = li->u.ulog.group;
240 loginfo.cprange = li->u.ulog.copy_len;
241 loginfo.qthreshold = li->u.ulog.qthreshold;
275 static struct ebt_watcher ulog = { variable in typeref:struct:ebt_watcher
308 else if ((ret = ebt_register_watcher(&ulog)))
312 printk(KERN_WARNING "ebt_ulog: not logging via ulog "
327 ebt_unregister_watcher(&ulog);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_ULOG.c317 loginfo.nl_group = li->u.ulog.group;
318 loginfo.copy_range = li->u.ulog.copy_len;
319 loginfo.qthreshold = li->u.ulog.qthreshold;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetfilter.h151 } ulog; member in union:nf_loginfo::__anon10172

Completed in 176 milliseconds