Searched refs:nat_src_node (Results 1 – 3 of 3) sorted by relevance
1056 if (s->nat_src_node != s->src_node && s->nat_src_node != NULL) {1057 if (--s->nat_src_node->states <= 0) {1065 s->src_node = s->nat_src_node = NULL;3007 &s->nat_src_node);3014 &s->nat_src_node);3601 s->nat_src_node = nsn;3602 s->nat_src_node->states++;6009 if (s->nat_src_node != NULL) {6010 s->nat_src_node->packets[dirndx]++;6431 if (s->nat_src_node != NULL) {[all …]
407 state->nat_src_node = NULL; in pfdetach()1129 if (s->nat_src_node) in pf_state_export()3163 state->nat_src_node = NULL; in pfioctl()3196 if (ps->nat_src_node == sn) in pfioctl()3197 ps->nat_src_node = NULL; in pfioctl()
761 struct pf_src_node *nat_src_node; member