Searched refs:so_tpi_fallback (Results 1 – 3 of 3) sorted by relevance
147 extern int so_tpi_fallback(struct sonode *, struct cred *);
1661 if ((retval = so_tpi_fallback(so, cr)) == 0) { in socket_strioc_common()2261 so_tpi_fallback(struct sonode *so, struct cred *cr) in so_tpi_fallback() function
253 error = so_tpi_fallback(so, cr); in so_bind()