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