Searched refs:pr_unlock (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_proto.c89 .pr_unlock = unp_unlock,
99 .pr_unlock = unp_unlock,
H A Duipc_socket2.c354 if (head->so_proto->pr_unlock)
359 if (head->so_proto->pr_unlock)
363 if (head->so_proto->pr_unlock) {
H A Duipc_socket.c4245 if (so && so->so_proto->pr_unlock) {
4246 error = (*so->so_proto->pr_unlock)(so, refcount, lr_saved);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6protosw.h194 int (*pr_unlock) (struct socket *so, int locktype, void *debug); /* unlock for protocol */ member in struct:ip6protosw
/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h158 int (*pr_unlock) (struct socket *so, int locktype, void *debug); /* unlock for protocol */ member in struct:protosw

Completed in 40 milliseconds