Searched defs:buffer (Results 51 - 52 of 52) sorted by relevance

123

/net/
H A Dsocket.c210 * The value pointed to by ulen on entry is the buffer length available.
211 * This is overwritten with the buffer space used. -EINVAL is returned
212 * if an overlong buffer is specified or a negative buffer size. -EFAULT
213 * is returned if either the buffer or the length field are not
316 static char *sockfs_dname(struct dentry *dentry, char *buffer, int buflen) argument
318 return dynamic_dname(dentry, buffer, buflen, "socket:[%lu]",
499 static ssize_t sockfs_listxattr(struct dentry *dentry, char *buffer, argument
505 len = security_inode_listsecurity(dentry->d_inode, buffer, size);
509 if (buffer) {
[all...]
/net/ipv6/
H A Daddrconf.c4911 void __user *buffer, size_t *lenp, loff_t *ppos)
4926 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos);
4996 void __user *buffer, size_t *lenp, loff_t *ppos)
5011 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos);
5022 void __user *buffer, size_t *lenp, loff_t *ppos)
5029 ret = proc_dointvec(ctl, write, buffer, lenp, ppos);
4910 addrconf_sysctl_forward(struct ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
4995 addrconf_sysctl_disable(struct ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument
5021 addrconf_sysctl_proxy_ndp(struct ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *ppos) argument

Completed in 66 milliseconds

123