Searched refs:pr_protosw (Results 1 – 5 of 5) sorted by relevance
158 struct protosw *pr_protosw; /* pointer to self */ member
357 static_assert(offsetof(struct ip6protosw, pr_protosw) == offsetof(struct protosw, pr_protosw)); in in6_dinit()
168 VERIFY(pp->pr_protosw == NULL); in attach_proto()173 pp->pr_protosw = pp; in attach_proto()185 VERIFY(pp->pr_protosw == pp); in detach_proto()190 pp->pr_protosw = NULL; in detach_proto()
453 struct protosw *__single proto = so->so_proto->pr_protosw; in sflt_initsock()
258 struct protosw *pr_protosw; /* pointer to self */ member