Home
last modified time | relevance | path

Searched refs:SO_FALLBACK (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/inet/
H A Dip_impl.h191 #define IP_HELPER_STR SO_FALLBACK
/titanic_44/usr/src/uts/common/sys/
H A Dsocket.h226 #define SO_FALLBACK 0x80000 /* fallback to TPI socket */ macro
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c511 !(flags & SO_FALLBACK)) { in sotpi_init()
523 if (flags & SO_FALLBACK) { in sotpi_init()
6413 if ((error = sotpi_init(so, NULL, cr, SO_FALLBACK)) != 0) { in sotpi_convert_sonode()
6484 (void) strclose(vp, FREAD|FWRITE|SO_FALLBACK, cr); in sotpi_revert_sonode()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c342 if (flags & SO_FALLBACK) { in tcp_tpi_close()
H A Dtcp.c2776 if (flag & SO_FALLBACK) { in tcp_open()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dicmp.c987 if (flags & SO_FALLBACK) { in icmp_close()
1598 if (flag & SO_FALLBACK) { in icmp_tpi_open()
/titanic_44/usr/src/uts/common/inet/udp/
H A Dudp.c726 if (flags & SO_FALLBACK) { in udp_tpi_close()
1416 if (flag & SO_FALLBACK) { in udp_open()