Searched refs:prp (Results 1 – 1 of 1) sorted by relevance
509 struct protosw *prp; in socreate() local514 prp = pffindproto(dom, proto, type); in socreate()516 prp = pffindtype(dom, type); in socreate()518 if (prp == NULL) { in socreate()527 if (prp->pr_usrreqs->pru_attach == NULL || in socreate()528 prp->pr_usrreqs->pru_attach == pru_attach_notsupp) in socreate()534 if (prp->pr_type != type) in socreate()542 if ((prp->pr_domain->dom_family == PF_INET) || in socreate()543 (prp->pr_domain->dom_family == PF_INET6) || in socreate()544 (prp->pr_domain->dom_family == PF_ROUTE)) in socreate()[all …]