Searched refs:SM_EXDATA (Results 1 – 7 of 7) sorted by relevance
360 #define SM_EXDATA 0x020 /* Can handle T_EXDATA_REQ */ macro
420 if ((so->so_mode & SM_EXDATA) == 0) { in so_sendmsg()1618 if ((so->so_mode & SM_EXDATA) == 0) { in so_recvmsg()
1565 if (mode & SM_EXDATA) in pr_state()
3110 if (!(so->so_mode & SM_EXDATA)) in sotpi_recvmsg()4369 if ((flags & MSG_OOB) && !(so_mode & SM_EXDATA)) { in sotpi_sendmsg()4606 ASSERT(!(so->so_mode & SM_EXDATA)); in sodgram_direct()
1487 if ((so->so_mode & SM_EXDATA) == 0) in socket_ioctl_common()
513 so->so_mode |= SM_EXDATA; in copy_tinfo()
787 *smodep = SM_CONNREQUIRED | SM_EXDATA | SM_ACCEPTSUPP | in tcp_create()