Searched refs:ipf_nat_rdr_rules (Results 1 – 3 of 3) sorted by relevance
414 KMALLOCS(softn->ipf_nat_rdr_rules, ipnat_t **, \417 if (softn->ipf_nat_rdr_rules != NULL) {418 bzero((char *)softn->ipf_nat_rdr_rules,563 if (softn->ipf_nat_rdr_rules != NULL) {564 KFREES(softn->ipf_nat_rdr_rules,566 softn->ipf_nat_rdr_rules = NULL;653 np = softn->ipf_nat_rdr_rules + hv;2498 if (softn->ipf_nat_rdr_rules != NULL) {2499 bzero((char *)softn->ipf_nat_rdr_rules,2500 sizeof(*softn->ipf_nat_rdr_rules) *[all …]
647 ipnat_t **ipf_nat_rdr_rules; member
238 np = softn->ipf_nat_rdr_rules + hv;3098 for (np = softn->ipf_nat_rdr_rules[hv]; np; np = np->in_rnext) {