Home
last modified time | relevance | path

Searched refs:ip_nat_helper (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dip_nat_helper.h15 struct ip_nat_helper struct
44 extern int ip_nat_helper_register(struct ip_nat_helper *me); argument
45 extern void ip_nat_helper_unregister(struct ip_nat_helper *me);
Dip_nat.h106 struct ip_nat_helper *helper;
/linux-2.4.37.9/net/ipv4/netfilter/
Dip_nat_helper.c459 helper_cmp(const struct ip_nat_helper *helper, in helper_cmp()
467 int ip_nat_helper_register(struct ip_nat_helper *me) in ip_nat_helper_register()
511 if (LIST_FIND(&helpers, helper_cmp, struct ip_nat_helper *,&me->tuple)) in ip_nat_helper_register()
528 void ip_nat_helper_unregister(struct ip_nat_helper *me) in ip_nat_helper_unregister()
534 if (LIST_FIND(&helpers, helper_cmp, struct ip_nat_helper *,&me->tuple)) { in ip_nat_helper_unregister()
Dip_nat_amanda.c123 static struct ip_nat_helper ip_nat_amanda_helper;
132 struct ip_nat_helper *hlpr = &ip_nat_amanda_helper; in init()
Dip_nat_irc.c201 static struct ip_nat_helper ip_nat_irc_helpers[MAX_PORTS];
221 struct ip_nat_helper *hlpr; in init()
DMakefile19 ip_nf_nat-objs := ip_nat_core.o ip_nat_helper.o ip_nat_proto_unknown.o ip_nat_proto_tcp.o ip_nat_p…
Dip_nat_tftp.c141 static struct ip_nat_helper tftp[MAX_PORTS];
Dip_nat_core.c488 helper_cmp(const struct ip_nat_helper *helper, in helper_cmp()
630 info->helper = LIST_FIND(&helpers, helper_cmp, struct ip_nat_helper *, in ip_nat_setup_info()
757 struct ip_nat_helper *helper; in do_bindings()
Dip_nat_ftp.c268 static struct ip_nat_helper ftp[MAX_PORTS];
Dip_nat_snmp_basic.c1321 static struct ip_nat_helper snmp = {
1332 static struct ip_nat_helper snmp_trap = {