Searched refs:natinfo_t (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/netpfil/ipfilter/netinet/ |
| D | ip_nat.h | 469 } natinfo_t; typedef 756 extern int ipf_nat6_newmap(fr_info_t *, nat_t *, natinfo_t *); 757 extern int ipf_nat6_newrdr(fr_info_t *, nat_t *, natinfo_t *); 760 extern int ipf_nat6_newrewrite(fr_info_t *, nat_t *, natinfo_t *); 761 extern int ipf_nat6_newdivert(fr_info_t *, nat_t *, natinfo_t *);
|
| D | ip_nat.c | 241 static int ipf_nat_newmap(fr_info_t *, nat_t *, natinfo_t *); 242 static int ipf_nat_newdivert(fr_info_t *, nat_t *, natinfo_t *); 243 static int ipf_nat_newrdr(fr_info_t *, nat_t *, natinfo_t *); 244 static int ipf_nat_newrewrite(fr_info_t *, nat_t *, natinfo_t *); 2556 ipf_nat_newmap(fr_info_t *fin, nat_t *nat, natinfo_t *ni) in ipf_nat_newmap() 2615 DT4(ns_exhausted_1, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_t *, np); in ipf_nat_newmap() 2633 DT4(ns_exhausted_2, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_t *, np); in ipf_nat_newmap() 2669 DT4(ns_new_ifpaddr_1, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_t *, np); in ipf_nat_newmap() 2680 DT4(ns_exhausted_3, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_t *, np); in ipf_nat_newmap() 2776 DT4(ns_wrap, fr_info_t *, fin, nat_t *, nat, natinfo_t *, ni, ipnat_t *, np); in ipf_nat_newmap() [all …]
|
| D | ip_nat6.c | 443 ipf_nat6_newmap(fr_info_t *fin, nat_t *nat, natinfo_t *ni) in ipf_nat6_newmap() 721 ipf_nat6_newrdr(fr_info_t *fin, nat_t *nat, natinfo_t *ni) in ipf_nat6_newrdr() 942 natinfo_t ni; in ipf_nat6_add() 3356 ipf_nat6_newrewrite(fr_info_t *fin, nat_t *nat, natinfo_t *nai) in ipf_nat6_newrewrite() 3582 ipf_nat6_newdivert(fr_info_t *fin, nat_t *nat, natinfo_t *nai) in ipf_nat6_newdivert()
|