Searched refs:iucv_below_msglim (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/iucv/
H A Daf_iucv.c156 * iucv_below_msglim() - function to check if messages can be sent
163 static inline int iucv_below_msglim(struct sock *sk) function
1012 err = iucv_sock_wait(sk, iucv_below_msglim(sk), timeo);
1384 if (sock_writeable(sk) && iucv_below_msglim(sk))

Completed in 145 milliseconds