Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dpf.c4819 struct pf_src_node *nsn = NULL; in pf_test_rule() local
4916 if ((nr = pf_get_translation_aux(pd, pbuf, off, direction, kif, &nsn, in pf_test_rule()
5689 nsn = 0; in pf_test_rule()
5711 pf_insert_src_node(&nsn, nr, &pd->baddr, af) != 0) || in pf_test_rule()
5712 (pf_insert_src_node(&nsn, nr, saddr, af) != 0))) { in pf_test_rule()
5726 if (nsn != sn && nsn != NULL && nsn->states == 0 && in pf_test_rule()
5727 nsn->expire == 0) { in pf_test_rule()
5728 RB_REMOVE(pf_src_tree, &tree_src_tracking, nsn); in pf_test_rule()
5731 pool_put(&pf_src_tree_pl, nsn); in pf_test_rule()
5828 if (nsn != NULL) { in pf_test_rule()
[all …]