Searched refs:msglimit (Results 1 – 2 of 2) sorted by relevance
209 phs_hdr->window = iucv->msglimit; in afiucv_hs_send()469 iucv->msglimit = 0; in iucv_sock_alloc()617 if (!iucv->msglimit) in iucv_sock_bind()618 iucv->msglimit = IUCV_HIPER_MSGLIM_DEFAULT; in iucv_sock_bind()632 if (!iucv->msglimit) in iucv_sock_bind()633 iucv->msglimit = IUCV_QUEUELEN_DEFAULT; in iucv_sock_bind()663 if (!iucv->msglimit) in iucv_sock_autobind()664 iucv->msglimit = IUCV_QUEUELEN_DEFAULT; in iucv_sock_autobind()682 iucv->path = iucv_path_alloc(iucv->msglimit, in afiucv_path_connect()1295 if (atomic_read(&iucv->msg_recv) > iucv->msglimit) { in iucv_sock_recvmsg()[all …]
131 u16 msglimit; member