Searched refs:pr_protosw (Results 1 – 5 of 5) sorted by relevance
158 struct protosw *pr_protosw; /* pointer to self */ member
362 _CASSERT(offsetof(struct ip6protosw, pr_protosw) == in in6_dinit()363 offsetof(struct protosw, pr_protosw)); in in6_dinit()
163 VERIFY(pp->pr_protosw == NULL); in attach_proto()168 pp->pr_protosw = pp; in attach_proto()180 VERIFY(pp->pr_protosw == pp); in detach_proto()185 pp->pr_protosw = NULL; in detach_proto()
451 struct protosw *proto = so->so_proto->pr_protosw; in sflt_initsock()
258 struct protosw *pr_protosw; /* pointer to self */ member