Searched refs:msglimit (Results 1 – 2 of 2) sorted by relevance
333 phs_hdr->window = iucv->msglimit; in afiucv_hs_send()587 iucv->msglimit = 0; in iucv_sock_alloc()779 if (!iucv->msglimit) in iucv_sock_bind()780 iucv->msglimit = IUCV_HIPER_MSGLIM_DEFAULT; in iucv_sock_bind()794 if (!iucv->msglimit) in iucv_sock_bind()795 iucv->msglimit = IUCV_QUEUELEN_DEFAULT; in iucv_sock_bind()825 if (!iucv->msglimit) in iucv_sock_autobind()826 iucv->msglimit = IUCV_QUEUELEN_DEFAULT; in iucv_sock_autobind()844 iucv->path = iucv_path_alloc(iucv->msglimit, in afiucv_path_connect()1456 if (atomic_read(&iucv->msg_recv) > iucv->msglimit) { in iucv_sock_recvmsg()[all …]
129 u16 msglimit; member