Searched refs:client_addr (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/net/af_unix/ |
H A D | scm_pidfd.c | 223 struct sock_addr *client_addr; in FIXTURE() local 258 self->client_addr = mmap(NULL, sizeof(*self->client_addr), PROT_READ | PROT_WRITE, in FIXTURE_SETUP() 260 ASSERT_NE(MAP_FAILED, self->client_addr); in FIXTURE_SETUP() 272 unlink(self->client_addr->sock_name); in FIXTURE_TEARDOWN() 311 fill_sockaddr(self->client_addr, variant->abstract); in client() 313 if (bind(cfd, (struct sockaddr *)&self->client_addr->listen_addr, self->client_addr->addrlen)) { in client() 417 …o(pfd, "x", sizeof(char), 0, (struct sockaddr *)&self->client_addr->listen_addr, self->client_addr… in TEST_F()
|
/linux/drivers/input/touchscreen/ |
H A D | cyttsp_i2c.c | 29 u8 client_addr = client->addr | ((addr >> 8) & 0x1); in cyttsp_i2c_read_block_data() local 33 .addr = client_addr, in cyttsp_i2c_read_block_data() 39 .addr = client_addr, in cyttsp_i2c_read_block_data() 58 u8 client_addr = client->addr | ((addr >> 8) & 0x1); in cyttsp_i2c_write_block_data() local 62 .addr = client_addr, in cyttsp_i2c_write_block_data()
|
/linux/include/uapi/linux/ |
H A D | nfs4_mount.h | 40 struct nfs_string client_addr; /* 1 */ member
|
/linux/include/linux/ceph/ |
H A D | mon_client.h | 146 struct ceph_entity_addr *client_addr);
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-rbd | 156 What: /sys/bus/rbd/devices/<dev-id>/client_addr 169 client_addr (RO) The ceph unique client
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | userspace_pm.sh | 164 local client_addr="10.0.1.2" 169 client_addr="dead:beef:1::2" 212 print_title "Connection info: ${client_addr}:${client_port} -> ${connect_addr}:${app_port}"
|
/linux/net/ceph/ |
H A D | mon_client.c | 1026 struct ceph_entity_addr *client_addr) in ceph_monc_blocklist_add() argument 1034 &client_addr->in_addr, in ceph_monc_blocklist_add() 1035 le32_to_cpu(client_addr->nonce)); in ceph_monc_blocklist_add() 1046 &client_addr->in_addr, in ceph_monc_blocklist_add() 1047 le32_to_cpu(client_addr->nonce)); in ceph_monc_blocklist_add()
|
/linux/fs/nfs/ |
H A D | fs_context.c | 1244 struct compat_nfs_string client_addr; member 1267 compat_nfs_string(&data->client_addr, &compat->client_addr); in nfs4_compat_mount_data_conv() 1341 c = strndup_user(data->client_addr.data, 16); in nfs4_parse_monolithic()
|