Searched refs:helper (Results 1 - 25 of 36) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_CT.h11 char helper[16]; member in struct:xt_ct_target_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_helper.c47 struct nf_conntrack_helper *helper; local
49 /* need nf_conntrack_lock to assure that helper exists until
53 helper = __nf_ct_helper_find(tuple);
54 if (helper) {
55 /* need to increase module usage count to assure helper will
57 * conntrack in the hash that uses the helper */
58 if (!try_module_get(helper->me))
59 helper = NULL;
64 return helper;
68 void nf_ct_helper_put(struct nf_conntrack_helper *helper) argument
[all...]
H A Dxt_helper.c21 MODULE_DESCRIPTION("iptables helper match module");
56 if (!master_help || !master_help->helper) {
57 DEBUGP("xt_helper: master ct %p has no helper\n",
63 ct->master->helper->name, info->name);
68 ret ^= !strncmp(master_help->helper->name, info->name,
69 strlen(master_help->helper->name));
100 .name = "helper",
109 .name = "helper",
H A Dnf_conntrack_netbios_ns.c2 * NetBIOS name service broadcast connection tracking helper
12 * This helper tracks locally originating NetBIOS name service
37 MODULE_DESCRIPTION("NetBIOS name service broadcast connection tracking helper");
92 exp->helper = NULL;
102 static struct nf_conntrack_helper helper __read_mostly = {
117 helper.timeout = timeout;
118 return nf_conntrack_helper_register(&helper);
123 nf_conntrack_helper_unregister(&helper);
H A Dnf_conntrack_netlink.c174 struct nf_conntrack_helper *helper; local
180 helper = rcu_dereference(help->helper);
181 if (!helper)
185 NFA_PUT(skb, CTA_HELP_NAME, strlen(helper->name), helper->name);
187 if (helper->to_nfattr)
188 helper->to_nfattr(skb, ct);
836 struct nf_conntrack_helper *helper; local
841 /* don't change helper o
959 struct nf_conntrack_helper *helper = NULL; local
[all...]
H A Dnf_conntrack_expect.c35 /* nf_conntrack_expect helper functions */
224 exp->helper = NULL;
294 exp->timeout.expires = jiffies + master_help->helper->timeout * HZ;
325 i->timeout.expires = jiffies + master_help->helper->timeout*HZ;
340 if (!master_help->helper) {
357 if (master_help->helper->max_expected &&
358 master_help->expecting >= master_help->helper->max_expected)
H A Dnf_conntrack_core.c155 /* We only add cache entires for non-helper connections and at
159 if ((help && help->helper) || (ct->ctf_flags & CTF_FLAGS_EXCLUDED) ||
508 * features(helper, nat, ...)
783 struct nf_conntrack_helper *helper; local
795 helper = rcu_dereference(help->helper);
796 if (helper && helper->destroy)
797 helper->destroy(ct);
931 if (help && help->helper)
1008 struct nf_conntrack_helper *helper; local
1342 struct nf_conntrack_helper *helper; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_conntrack_helper.h51 extern void nf_ct_helper_put(struct nf_conntrack_helper *helper);
H A Dnf_conntrack_expect.h26 struct nf_conntrack_helper *helper; member in struct:nf_conntrack_expect
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A DMakefile.am25 helper.c \
H A DMakefile65 libfuse_lite_la-helper.lo libfuse_lite_la-mount.lo \
283 helper.c \
347 include ./$(DEPDIR)/libfuse_lite_la-helper.Plo
428 libfuse_lite_la-helper.lo: helper.c
429 if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-helper.lo -MD -MP -MF "$(DEPDIR)/libfuse_lite_la-helper.Tpo" -c -o libfuse_lite_la-helper.lo `test -f 'helper.c' || echo '$(srcdir)/'`helper
[all...]
H A DMakefile.in57 libfuse_lite_la-helper.lo libfuse_lite_la-mount.lo \
235 helper.c \
299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfuse_lite_la-helper.Plo@am__quote@
380 libfuse_lite_la-helper.lo: helper.c
381 @am__fastdepCC_TRUE@ if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfuse_lite_la_CFLAGS) $(CFLAGS) -MT libfuse_lite_la-helper.lo -MD -MP -MF "$(DEPDIR)/libfuse_lite_la-helper.Tpo" -c -o libfuse_lite_la-helper.lo `test -f 'helper.c' || echo '$(srcdir)/'`helper
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A DMakefile6 obj-y = aio.o elf_aux.o execvp.o file.o helper.o irq.o main.o mem.o process.o \
18 USER_OBJS := $(user-objs-y) aio.o elf_aux.o execvp.o file.o helper.o irq.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_helper.c16 "helper match v%s options:\n"
17 "[!] --helper string Match helper identified by string\n"
23 { "helper", 1, 0, '1' },
41 "helper match: Only use --helper ONCE!");
56 /* Final check; must have specified --helper. */
62 "helper match: You must specify `--helper'");
73 printf("helper matc
85 static struct iptables_match helper = { variable in typeref:struct:iptables_match
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_CT.c12 " --helper name Use conntrack helper 'name' for connection\n"
30 {.name = "helper", .id = O_HELPER, .type = XTTYPE_STRING,
31 .flags = XTOPT_PUT, XTOPT_POINTER(s, helper)},
52 { "helper", IPCT_HELPER },
125 if (info->helper[0])
126 printf(" helper %s", info->helper);
144 if (info->helper[0])
145 printf(" --helper
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_autofw.c118 newexp->helper = NULL;
123 * (jiffies + helper->timeout * HZ), when insert exp.
144 struct nf_conntrack_helper *helper; local
155 helper = __nf_conntrack_helper_find_byname("autofw");
156 if (!helper)
160 help->helper = helper;
167 helper->me = THIS_MODULE;
168 helper->timeout = 5 * 60;
188 exp->helper
[all...]
H A Dnf_conntrack_l3proto_ipv4.c132 struct nf_conntrack_helper *helper; local
134 /* This is where we call the helper: as the packet goes out. */
143 helper = rcu_dereference(help->helper);
144 if (!helper)
146 return helper->help(pskb, skb_network_offset(*pskb) + ip_hdrlen(*pskb),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dsemaphore.c3 * specific changes in <asm/semaphore-helper.h>
8 #include <asm/semaphore-helper.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsemaphore.c3 * specific changes in <asm/semaphore-helper.h>
8 #include <asm/semaphore-helper.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dsemaphore.c7 * specific changes in <asm/semaphore-helper.h>
15 #include <asm/semaphore-helper.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dsemaphore.c7 * specific changes in <asm/semaphore-helper.h>
16 #include <asm/semaphore-helper.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dsemaphore.c3 * specific changes in <asm/semaphore-helper.h>
8 #include <asm/semaphore-helper.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dsemaphore.c3 * specific changes in <asm/semaphore-helper.h>
9 #include <asm/semaphore-helper.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DMakefile.am18 helper.html \
65 09-helper.tex \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dnf_conntrack_l3proto_ipv6.c159 struct nf_conntrack_helper *helper; local
166 /* This is where we call the helper: as the packet goes out. */
175 helper = rcu_dereference(help->helper);
176 if (!helper)
186 ret = helper->help(pskb, protoff, ct, ctinfo);

Completed in 141 milliseconds

12