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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dtimod.c620 int timod_getmsg(unsigned int fd, char *ctl_buf, int ctl_maxlen, s32 *ctl_len, argument
638 SOLDD(("%u %p %d %p %p %d %p %d\n", fd, ctl_buf, ctl_maxlen, ctl_len, data_buf, data_maxlen, data_len, *flags_p));
643 if ( ctl_maxlen > 0 && !sock->pfirst && ino->u.socket_i.type == SOCK_STREAM
667 if (ctl_maxlen >= 0 && sock->pfirst && (*flags_p != MSG_HIPRI || sock->pfirst->pri == MSG_HIPRI))
700 if (ctl_maxlen >= 0 && sock->pfirst) {
702 int l = min_t(int, ctl_maxlen, it->length);
731 if (ctl_maxlen >= 0) {
739 if (put_user(ctl_maxlen - sizeof(ind), ctl_len))
759 if (sizeof(ind) > ctl_maxlen) {
776 if (len>ctl_maxlen) {
[all...]
H A Dioctl.c42 extern int timod_getmsg(unsigned int fd, char *ctl_buf, int ctl_maxlen, int *ctl_len,

Completed in 157 milliseconds