Searched refs:pp1 (Results 1 – 1 of 1) sorted by relevance
345 struct protosw *pp1, *pp2; in net_del_domain_old() local351 TAILQ_FOREACH_SAFE(pp1, &dp1->dom_protosw, pr_entry, pp2) { in net_del_domain_old()352 detach_proto(pp1, dp1); in net_del_domain_old()353 if (pp1->pr_usrreqs->pru_flags & PRUF_OLD) { in net_del_domain_old()354 kfree_type(struct pr_usrreqs, pp1->pr_usrreqs); in net_del_domain_old()356 if (pp1->pr_flags & PR_OLD) { in net_del_domain_old()357 kfree_type(struct protosw, pp1); in net_del_domain_old()381 struct protosw *pp1; in net_add_proto() local403 TAILQ_FOREACH(pp1, &dp->dom_protosw, pr_entry) { in net_add_proto()404 if (pp1->pr_type == pp->pr_type && in net_add_proto()[all …]