Searched refs:SM_CONNREQUIRED (Results 1 – 9 of 9) sorted by relevance
782 if ((so->so_mode & SM_CONNREQUIRED) && in sotpi_bindlisten()2218 if (so->so_mode & SM_CONNREQUIRED) { in sotpi_connect()2368 if (!(so->so_mode & SM_CONNREQUIRED)) { in sotpi_connect()2956 (so->so_mode & SM_CONNREQUIRED)) { in sotpi_recvmsg()4146 if (so_mode & SM_CONNREQUIRED) in sotpi_sendmsg()4154 if (so_mode & SM_CONNREQUIRED) { in sotpi_sendmsg()4186 (so_mode & SM_CONNREQUIRED)) { in sotpi_sendmsg()4200 !(so_mode & SM_CONNREQUIRED)) { in sotpi_sendmsg()4306 if (!(so_mode & SM_CONNREQUIRED)) { in sotpi_sendmsg()4326 if (!(so_mode & SM_CONNREQUIRED)) { in sotpi_sendmsg()[all …]
511 so->so_mode |= SM_CONNREQUIRED; in copy_tinfo()1741 if ((so->so_mode & SM_CONNREQUIRED) || in strsock_proto()2394 if (so->so_mode & SM_CONNREQUIRED) { in strsock_proto()
895 if ((so->so_mode & SM_CONNREQUIRED) == 0 || (state & SS_ISCONNECTED)) { in so_poll()1606 (so->so_mode & SM_CONNREQUIRED)) { in so_recvmsg()
1625 if (mode & SM_CONNREQUIRED) in pr_state()
1535 if ((so->so_mode & SM_CONNREQUIRED) == 0) { in socket_ioctl_common()
537 nso->so_mode |= SM_CONNREQUIRED; in sosctp_assoc_move()
221 so->so_mode = SM_CONNREQUIRED; in sosctp_init()1540 if ((so->so_mode & SM_CONNREQUIRED) == 0) { in sosctp_ioctl()
364 #define SM_CONNREQUIRED 0x008 /* connection required by protocol */ macro
794 *smodep = SM_CONNREQUIRED | SM_EXDATA | SM_ACCEPTSUPP | in tcp_create()