Searched refs:msglimit (Results 1 – 2 of 2) sorted by relevance
208 phs_hdr->window = iucv->msglimit; in afiucv_hs_send()470 iucv->msglimit = 0; in iucv_sock_alloc()618 if (!iucv->msglimit) in iucv_sock_bind()619 iucv->msglimit = IUCV_HIPER_MSGLIM_DEFAULT; in iucv_sock_bind()633 if (!iucv->msglimit) in iucv_sock_bind()634 iucv->msglimit = IUCV_QUEUELEN_DEFAULT; in iucv_sock_bind()664 if (!iucv->msglimit) in iucv_sock_autobind()665 iucv->msglimit = IUCV_QUEUELEN_DEFAULT; in iucv_sock_autobind()683 iucv->path = iucv_path_alloc(iucv->msglimit, in afiucv_path_connect()1299 if (atomic_read(&iucv->msg_recv) > iucv->msglimit) { in iucv_sock_recvmsg()[all …]
129 u16 msglimit; member