| /Linux-v5.4/tools/usb/usbip/src/ | 
| D | usbip_network.c | 95 static ssize_t usbip_net_xmit(int sockfd, void *buff, size_t bufflen,  in usbip_net_xmit() 122 ssize_t usbip_net_recv(int sockfd, void *buff, size_t bufflen)  in usbip_net_recv() 127 ssize_t usbip_net_send(int sockfd, void *buff, size_t bufflen)  in usbip_net_send() 132 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status)  in usbip_net_send_op_common() 154 int usbip_net_recv_op_common(int sockfd, uint16_t *code, int *status)  in usbip_net_recv_op_common() 202 int usbip_net_set_reuseaddr(int sockfd)  in usbip_net_set_reuseaddr() 214 int usbip_net_set_nodelay(int sockfd)  in usbip_net_set_nodelay() 226 int usbip_net_set_keepalive(int sockfd)  in usbip_net_set_keepalive() 238 int usbip_net_set_v6only(int sockfd)  in usbip_net_set_v6only() 256 	int sockfd;  in usbip_net_tcp_connect()  local
  | 
| D | usbip_attach.c | 81 static int import_device(int sockfd, struct usbip_usb_device *udev)  in import_device() 120 static int query_import_device(int sockfd, char *busid)  in query_import_device() 176 	int sockfd;  in attach_device()  local
  | 
| D | usbip_list.c | 43 static int get_exported_devices(char *host, int sockfd)  in get_exported_devices() 130 	int sockfd;  in list_exported_devices()  local
  | 
| D | usbipd.c | 91 static int recv_request_import(int sockfd)  in recv_request_import()
  | 
| /Linux-v5.4/tools/testing/selftests/android/ion/ | 
| D | ipcsocket.c | 14 int opensocket(int *sockfd, const char *name, int connecttype)  in opensocket() 105 int sendtosocket(int sockfd, struct socketdata *skdata)  in sendtosocket() 161 int receivefromsocket(int sockfd, struct socketdata *skdata)  in receivefromsocket() 216 int closesocket(int sockfd, char *name)  in closesocket()
  | 
| D | ionutils.c | 208 	int fd, sockfd;  in socket_send_fd()  local 233 	int fd, sockfd;  in socket_receive_fd()  local
  | 
| D | ionapp_import.c | 23 	int sockfd, shared_fd;  in main()  local
  | 
| D | ionapp_export.c | 32 	int sockfd, client_fd, shared_fd;  in main()  local
  | 
| D | ionutils.h | 13 	int sockfd;  member
  | 
| /Linux-v5.4/tools/usb/usbip/libsrc/ | 
| D | vhci_driver.c | 53 		int sockfd;  in parse_status()  local 357 int usbip_vhci_attach_device2(uint8_t port, int sockfd, uint32_t devid,  in usbip_vhci_attach_device2() 391 int usbip_vhci_attach_device(uint8_t port, int sockfd, uint8_t busnum,  in usbip_vhci_attach_device()
  | 
| D | usbip_host_common.c | 212 int usbip_export_device(struct usbip_exported_device *edev, int sockfd)  in usbip_export_device()
  | 
| /Linux-v5.4/drivers/usb/usbip/ | 
| D | vudc_sysfs.c | 98 	int sockfd = 0;  in usbip_sockfd_store()  local
  | 
| D | stub_dev.c | 46 	int sockfd = 0;  in usbip_sockfd_store()  local
  | 
| D | vhci_sysfs.c | 307 	int sockfd = 0;  in attach_store()  local
  | 
| D | usbip_common.h | 266 	int sockfd;  member
  | 
| /Linux-v5.4/tools/testing/selftests/bpf/ | 
| D | test_sock.c | 360 	int sockfd = -1;  in bind_sock()  local
  | 
| D | test_sock_addr.c | 1319 static int recvmsg_from_client(int sockfd, struct sockaddr_storage *src_addr)  in recvmsg_from_client()
  |