Lines Matching refs:pk
907 struct khash *k, **pk; in kern_find() local
909 for (pk = &KHASH(dst, mask); (k = *pk) != NULL; pk = &k->k_next) { in kern_find()
917 *ppk = pk; in kern_find()
930 struct khash *k, **pk; in kern_alternate() local
932 for (pk = &KHASH(dst, mask); (k = *pk) != NULL; pk = &k->k_next) { in kern_alternate()
940 *ppk = pk; in kern_alternate()
947 struct khash *k, **pk; in kern_add() local
949 k = kern_find(dst, mask, gate, ifp, &pk); in kern_add()
962 *pk = k; in kern_add()
2090 struct khash *k, *pk, *knext; in fix_kern() local
2100 pk = NULL; in fix_kern()
2107 pk = k; in fix_kern()
2114 pk = k; in fix_kern()
2122 pk = k; in fix_kern()
2135 if (pk != NULL) in fix_kern()
2136 pk->k_next = knext; in fix_kern()
2168 pk = k; in fix_kern()