Searched refs:nsn (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | pf.c | 4937 struct pf_src_node *__single nsn = NULL; in pf_test_rule() local 5036 if ((nr = pf_get_translation_aux(pd, pbuf, off, direction, kif, &nsn, in pf_test_rule() 5807 nsn = 0; in pf_test_rule() 5829 pf_insert_src_node(&nsn, nr, &pd->baddr, af) != 0) || in pf_test_rule() 5830 (pf_insert_src_node(&nsn, nr, saddr, af) != 0))) { in pf_test_rule() 5844 if (nsn != sn && nsn != NULL && nsn->states == 0 && in pf_test_rule() 5845 nsn->expire == 0) { in pf_test_rule() 5846 RB_REMOVE(pf_src_tree, &tree_src_tracking, nsn); in pf_test_rule() 5849 pool_put(&pf_src_tree_pl, nsn); in pf_test_rule() 5949 if (nsn != NULL) { in pf_test_rule() [all …]
|