Searched refs:soshutdownlock_final (Results 1 – 3 of 3) sorted by relevance
964 extern int soshutdownlock_final(struct socket *so, int how);
4464 soshutdownlock_final(struct socket *so, int how) in soshutdownlock_final() function4513 error = soshutdownlock_final(so, how); in soshutdownlock()7532 (void) soshutdownlock_final(so, SHUT_RD); in sodefunct()7533 (void) soshutdownlock_final(so, SHUT_WR); in sodefunct()
4477 soshutdownlock_final(so, SHUT_WR); in cfil_service_inject_queue()