Searched refs:msglimit (Results 1 – 2 of 2) sorted by relevance
336 phs_hdr->window = iucv->msglimit; in afiucv_hs_send()557 iucv->msglimit = 0; in iucv_sock_alloc()752 if (!iucv->msglimit) in iucv_sock_bind()753 iucv->msglimit = IUCV_HIPER_MSGLIM_DEFAULT; in iucv_sock_bind()766 if (!iucv->msglimit) in iucv_sock_bind()767 iucv->msglimit = IUCV_QUEUELEN_DEFAULT; in iucv_sock_bind()795 if (!iucv->msglimit) in iucv_sock_autobind()796 iucv->msglimit = IUCV_QUEUELEN_DEFAULT; in iucv_sock_autobind()814 iucv->path = iucv_path_alloc(iucv->msglimit, in afiucv_path_connect()1397 if (atomic_read(&iucv->msg_recv) > iucv->msglimit) { in iucv_sock_recvmsg()[all …]
123 u16 msglimit; member