Home
last modified time | relevance | path

Searched refs:nsn (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/bsd/net/
H A Dpf.c4953 struct pf_src_node *nsn = NULL; in pf_test_rule() local
5052 if ((nr = pf_get_translation_aux(pd, pbuf, off, direction, kif, &nsn, in pf_test_rule()
5824 nsn = 0; in pf_test_rule()
5846 pf_insert_src_node(&nsn, nr, &pd->baddr, af) != 0) || in pf_test_rule()
5847 (pf_insert_src_node(&nsn, nr, saddr, af) != 0))) { in pf_test_rule()
5861 if (nsn != sn && nsn != NULL && nsn->states == 0 && in pf_test_rule()
5862 nsn->expire == 0) { in pf_test_rule()
5863 RB_REMOVE(pf_src_tree, &tree_src_tracking, nsn); in pf_test_rule()
5866 pool_put(&pf_src_tree_pl, nsn); in pf_test_rule()
5966 if (nsn != NULL) { in pf_test_rule()
[all …]