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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dtimod.c625 int timod_getmsg(unsigned int fd, char __user *ctl_buf, int ctl_maxlen, s32 __user *ctl_len, argument
644 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));
650 if ( ctl_maxlen > 0 && !sock->pfirst && SOCKET_I(ino)->type == SOCK_STREAM
675 if (ctl_maxlen >= 0 && sock->pfirst && (*flags_p != MSG_HIPRI || sock->pfirst->pri == MSG_HIPRI))
708 if (ctl_maxlen >= 0 && sock->pfirst) {
710 int l = min_t(int, ctl_maxlen, it->length);
739 if (ctl_maxlen >= 0) {
747 if (put_user(ctl_maxlen - sizeof(ind), ctl_len))
767 if (sizeof(ind) > ctl_maxlen) {
784 if (len>ctl_maxlen) {
[all...]
H A Dioctl.c45 extern int timod_getmsg(unsigned int fd, char __user *ctl_buf, int ctl_maxlen, int __user *ctl_len,

Completed in 101 milliseconds