Searched refs:ip_nat_helper (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/include/linux/netfilter_ipv4/ |
D | ip_nat_helper.h | 15 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);
|
D | ip_nat.h | 106 struct ip_nat_helper *helper;
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ip_nat_helper.c | 459 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()
|
D | ip_nat_amanda.c | 123 static struct ip_nat_helper ip_nat_amanda_helper; 132 struct ip_nat_helper *hlpr = &ip_nat_amanda_helper; in init()
|
D | ip_nat_irc.c | 201 static struct ip_nat_helper ip_nat_irc_helpers[MAX_PORTS]; 221 struct ip_nat_helper *hlpr; in init()
|
D | Makefile | 19 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…
|
D | ip_nat_tftp.c | 141 static struct ip_nat_helper tftp[MAX_PORTS];
|
D | ip_nat_core.c | 488 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()
|
D | ip_nat_ftp.c | 268 static struct ip_nat_helper ftp[MAX_PORTS];
|
D | ip_nat_snmp_basic.c | 1321 static struct ip_nat_helper snmp = { 1332 static struct ip_nat_helper snmp_trap = {
|