Searched refs:msglimit (Results 1 – 2 of 2) sorted by relevance
212 phs_hdr->window = iucv->msglimit; in afiucv_hs_send()486 iucv->msglimit = 0; in iucv_sock_alloc()635 if (!iucv->msglimit) in iucv_sock_bind()636 iucv->msglimit = IUCV_HIPER_MSGLIM_DEFAULT; in iucv_sock_bind()650 if (!iucv->msglimit) in iucv_sock_bind()651 iucv->msglimit = IUCV_QUEUELEN_DEFAULT; in iucv_sock_bind()681 if (!iucv->msglimit) in iucv_sock_autobind()682 iucv->msglimit = IUCV_QUEUELEN_DEFAULT; in iucv_sock_autobind()700 iucv->path = iucv_path_alloc(iucv->msglimit, in afiucv_path_connect()1311 if (atomic_read(&iucv->msg_recv) > iucv->msglimit) { in iucv_sock_recvmsg()[all …]
131 u16 msglimit; member