Home
last modified time | relevance | path

Searched refs:pr_protosw (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/netinet6/
H A Dip6protosw.h158 struct protosw *pr_protosw; /* pointer to self */ member
H A Din6_proto.c357 static_assert(offsetof(struct ip6protosw, pr_protosw) == offsetof(struct protosw, pr_protosw)); in in6_dinit()
/xnu-12377.41.6/bsd/kern/
H A Duipc_domain.c168 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()
H A Dkpi_socketfilter.c453 struct protosw *__single proto = so->so_proto->pr_protosw; in sflt_initsock()
/xnu-12377.41.6/bsd/sys/
H A Dprotosw.h258 struct protosw *pr_protosw; /* pointer to self */ member