Searched refs:client_addr (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/input/touchscreen/ |
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-6.12.1/tools/testing/selftests/net/af_unix/ |
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-6.12.1/tools/testing/selftests/net/ |
D | ncdevmem.c | 245 struct sockaddr_in client_addr; in do_server() local 328 client_addr_len = sizeof(client_addr); in do_server() 334 client_fd = accept(socket_fd, &client_addr, &client_addr_len); in do_server() 336 inet_ntop(client_addr.sin_family, &client_addr.sin_addr, buffer, in do_server() 339 ntohs(client_addr.sin_port)); in do_server()
|
/linux-6.12.1/include/uapi/linux/ |
D | nfs4_mount.h | 40 struct nfs_string client_addr; /* 1 */ member
|
/linux-6.12.1/fs/ceph/ |
D | debugfs.c | 356 struct ceph_entity_addr *client_addr = ceph_client_addr(fsc->client); in status_show() local 359 ceph_pr_addr(client_addr), le32_to_cpu(client_addr->nonce)); in status_show()
|
/linux-6.12.1/include/linux/ceph/ |
D | mon_client.h | 146 struct ceph_entity_addr *client_addr);
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-rbd | 156 What: /sys/bus/rbd/devices/<dev-id>/client_addr 169 client_addr (RO) The ceph unique client
|
/linux-6.12.1/tools/testing/selftests/net/mptcp/ |
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-6.12.1/net/ceph/ |
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-6.12.1/fs/nfs/ |
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()
|
/linux-6.12.1/drivers/block/ |
D | rbd.c | 5057 struct ceph_entity_addr *client_addr = in rbd_client_addr_show() local 5060 return sprintf(buf, "%pISpc/%u\n", &client_addr->in_addr, in rbd_client_addr_show() 5061 le32_to_cpu(client_addr->nonce)); in rbd_client_addr_show() 5214 static DEVICE_ATTR(client_addr, 0444, rbd_client_addr_show, NULL);
|