Home
last modified time | relevance | path

Searched defs:sockfd (Results 1 – 19 of 19) sorted by relevance

/Linux-v6.6/tools/usb/usbip/src/
Dusbip_network.c95 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()
140 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status) in usbip_net_send_op_common()
162 int usbip_net_recv_op_common(int sockfd, uint16_t *code, int *status) in usbip_net_recv_op_common()
210 int usbip_net_set_reuseaddr(int sockfd) in usbip_net_set_reuseaddr()
222 int usbip_net_set_nodelay(int sockfd) in usbip_net_set_nodelay()
234 int usbip_net_set_keepalive(int sockfd) in usbip_net_set_keepalive()
246 int usbip_net_set_v6only(int sockfd) in usbip_net_set_v6only()
264 int sockfd; in usbip_net_tcp_connect() local
Dusbip_attach.c81 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
Dusbip_list.c44 static int get_exported_devices(char *host, int sockfd) in get_exported_devices()
131 int sockfd; in list_exported_devices() local
Dusbipd.c91 static int recv_request_import(int sockfd) in recv_request_import()
/Linux-v6.6/tools/testing/selftests/bpf/
Dxdp_features.c226 int sockfd = *(int *)arg; in dut_echo_thread() local
252 static int dut_run_echo_thread(pthread_t *t, int *sockfd) in dut_run_echo_thread()
339 static int recv_msg(int sockfd, void *buf, size_t bufsize, void *val, in recv_msg()
363 int state, err, *sockfd, ctrl_sockfd, echo_sockfd; in dut_run() local
528 static int send_and_recv_msg(int sockfd, enum test_commands cmd, void *val, in send_and_recv_msg()
553 int sockfd, n; in send_echo_msg() local
579 int i, err, sockfd; in tester_run() local
Dtest_sock.c419 int sockfd = -1; in bind_sock() local
Dtest_sock_addr.c1112 static int recvmsg_from_client(int sockfd, struct sockaddr_storage *src_addr) in recvmsg_from_client()
/Linux-v6.6/tools/net/ynl/generated/
Dhandshake-user.h61 __u32 sockfd:1; member
68 __u32 sockfd; member
103 __u32 sockfd:1; member
107 __u32 sockfd; member
125 handshake_done_req_set_sockfd(struct handshake_done_req *req, __u32 sockfd) in handshake_done_req_set_sockfd()
/Linux-v6.6/tools/usb/usbip/libsrc/
Dvhci_driver.c53 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()
Dusbip_host_common.c212 int usbip_export_device(struct usbip_exported_device *edev, int sockfd) in usbip_export_device()
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dskc_to_unix_sock.c14 int err, sockfd = 0; in test_skc_to_unix_sock() local
Ddecap_sanity.c26 int sockfd, err; in test_decap_sanity() local
Dd_path.c43 int sockfd = -1, procfd = -1, devfd = -1; in trigger_fstat_events() local
Dsockmap_listen.c473 int sockfd; member
/Linux-v6.6/drivers/usb/usbip/
Dvudc_sysfs.c99 int sockfd = 0; in usbip_sockfd_store() local
Dstub_dev.c46 int sockfd = 0; in usbip_sockfd_store() local
Dvhci_sysfs.c312 int sockfd = 0; in attach_store() local
Dusbip_common.h270 int sockfd; member
/Linux-v6.6/tools/testing/selftests/net/
Dio_uring_zerocopy_tx.c271 static inline void io_uring_prep_send(struct io_uring_sqe *sqe, int sockfd, in io_uring_prep_send()
282 static inline void io_uring_prep_sendzc(struct io_uring_sqe *sqe, int sockfd, in io_uring_prep_sendzc()