Home
last modified time | relevance | path

Searched refs:soshutdownlock_final (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dsocketvar.h980 extern int soshutdownlock_final(struct socket *so, int how);
/xnu-12377.61.12/bsd/kern/
H A Duipc_socket.c4352 soshutdownlock_final(struct socket *so, int how) in soshutdownlock_final() function
4401 error = soshutdownlock_final(so, how); in soshutdownlock()
7561 (void) soshutdownlock_final(so, SHUT_RD); in sodefunct()
7562 (void) soshutdownlock_final(so, SHUT_WR); in sodefunct()
/xnu-12377.61.12/bsd/net/
H A Dcontent_filter.c4546 soshutdownlock_final(so, SHUT_WR); in cfil_service_inject_queue()