Searched refs:vallen (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | so_netns_cookie.c | 27 socklen_t vallen; in main() local 34 vallen = sizeof(cookie1); in main() 35 if (getsockopt(sock1, SOL_SOCKET, SO_NETNS_COOKIE, &cookie1, &vallen) != 0) in main() 48 vallen = sizeof(cookie2); in main() 49 if (getsockopt(sock2, SOL_SOCKET, SO_NETNS_COOKIE, &cookie2, &vallen) != 0) in main()
|
| H A D | udpgso.c | 338 socklen_t vallen; in get_path_mtu() local 342 vallen = sizeof(mtu); in get_path_mtu() 344 ret = getsockopt(fd, SOL_IP, IP_MTU, &mtu, &vallen); in get_path_mtu() 346 ret = getsockopt(fd, SOL_IPV6, IPV6_MTU, &mtu, &vallen); in get_path_mtu()
|
| H A D | so_txtime.c | 270 socklen_t vallen = sizeof(so_txtime_val); in setsockopt_txtime() local 279 &so_txtime_val_read, &vallen)) in setsockopt_txtime() 282 if (vallen != sizeof(so_txtime_val) || in setsockopt_txtime() 283 memcmp(&so_txtime_val, &so_txtime_val_read, vallen)) in setsockopt_txtime()
|
| /linux/arch/mips/include/asm/fw/cfe/ |
| H A D | cfe_api.h | 84 int cfe_enumenv(int idx, char *name, int namelen, char *val, int vallen);
|
| /linux/arch/mips/fw/cfe/ |
| H A D | cfe_api.c | 111 int cfe_enumenv(int idx, char *name, int namelen, char *val, int vallen) in cfe_enumenv() argument 124 xiocb.plist.xiocb_envbuf.val_length = vallen; in cfe_enumenv()
|
| /linux/drivers/misc/altera-stapl/ |
| H A D | altera.c | 2092 char *key, char *value, int keylen, int vallen) in altera_get_note() argument 2149 strscpy(value, value_ptr, vallen); in altera_get_note() 2174 vallen); in altera_get_note()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 985 const char *name, const void *value, unsigned int vallen) in xattr_dupval() argument 992 xattr->value = kmemdup(value, vallen, GFP_NOFS); in xattr_dupval() 996 xattr->value_len = vallen; in xattr_dupval()
|