Searched refs:nsn (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/bsd/net/ |
| H A D | pf.c | 4897 struct pf_src_node *nsn = NULL; in pf_test_rule() local 4996 if ((nr = pf_get_translation_aux(pd, pbuf, off, direction, kif, &nsn, in pf_test_rule() 5768 nsn = 0; in pf_test_rule() 5790 pf_insert_src_node(&nsn, nr, &pd->baddr, af) != 0) || in pf_test_rule() 5791 (pf_insert_src_node(&nsn, nr, saddr, af) != 0))) { in pf_test_rule() 5805 if (nsn != sn && nsn != NULL && nsn->states == 0 && in pf_test_rule() 5806 nsn->expire == 0) { in pf_test_rule() 5807 RB_REMOVE(pf_src_tree, &tree_src_tracking, nsn); in pf_test_rule() 5810 pool_put(&pf_src_tree_pl, nsn); in pf_test_rule() 5910 if (nsn != NULL) { in pf_test_rule() [all …]
|