Searched defs:sockfd (Results 1 - 20 of 20) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dskc_to_unix_sock.c14 int err, sockfd = 0; local
H A Ddecap_sanity.c26 int sockfd, err; local
H A Dd_path.c43 int sockfd = -1, procfd = -1, devfd = -1; local
H A Dtoken.c147 static int sendfd(int sockfd, int fd) argument
182 static int recvfd(int sockfd, int *fd) argument
H A Dsockmap_listen.c473 int sockfd; member in struct:connect_accept_ctx
/linux-master/tools/usb/usbip/src/
H A Dusbip_attach.c81 static int import_device(int sockfd, struct usbip_usb_device *udev) argument
120 static int query_import_device(int sockfd, char *busid) argument
176 int sockfd; local
[all...]
H A Dusbip_network.c95 static ssize_t usbip_net_xmit(int sockfd, void *buff, size_t bufflen, argument
122 ssize_t usbip_net_recv(int sockfd, void *buff, size_t bufflen) argument
127 ssize_t usbip_net_send(int sockfd, void *buff, size_t bufflen) argument
140 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status) argument
162 int usbip_net_recv_op_common(int sockfd, uint16_ argument
210 usbip_net_set_reuseaddr(int sockfd) argument
222 usbip_net_set_nodelay(int sockfd) argument
234 usbip_net_set_keepalive(int sockfd) argument
246 usbip_net_set_v6only(int sockfd) argument
264 int sockfd; local
[all...]
H A Dusbip_list.c44 static int get_exported_devices(char *host, int sockfd) argument
131 int sockfd; local
[all...]
H A Dusbipd.c91 static int recv_request_import(int sockfd) argument
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_host_common.c212 int usbip_export_device(struct usbip_exported_device *edev, int sockfd) argument
H A Dvhci_driver.c53 int sockfd; local
357 int usbip_vhci_attach_device2(uint8_t port, int sockfd, uint32_t devid, argument
391 int usbip_vhci_attach_device(uint8_t port, int sockfd, uint8_t busnum, argument
/linux-master/drivers/usb/usbip/
H A Dvudc_sysfs.c99 int sockfd = 0; local
H A Dstub_dev.c46 int sockfd = 0; local
[all...]
H A Dvhci_sysfs.c312 int sockfd = 0; local
[all...]
H A Dusbip_common.h270 int sockfd; member in struct:usbip_device
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sock.c419 int sockfd = -1; local
H A Dxdp_features.c226 int sockfd = *(int *)arg; local
252 static int dut_run_echo_thread(pthread_t *t, int *sockfd) argument
339 static int recv_msg(int sockfd, voi argument
363 int state, err = 0, *sockfd, ctrl_sockfd, echo_sockfd; local
528 send_and_recv_msg(int sockfd, enum test_commands cmd, void *val, size_t val_size) argument
553 int sockfd, n; local
579 int i, err, sockfd; local
[all...]
H A Dtest_sock_addr.c1113 static int recvmsg_from_client(int sockfd, struct sockaddr_storage *src_addr) argument
/linux-master/tools/include/io_uring/
H A Dmini_liburing.h258 static inline void io_uring_prep_send(struct io_uring_sqe *sqe, int sockfd, argument
269 static inline void io_uring_prep_sendzc(struct io_uring_sqe *sqe, int sockfd, argument
230 io_uring_prep_cmd(struct io_uring_sqe *sqe, int op, int sockfd, int level, int optname, const void *optval, int optlen) argument
/linux-master/tools/virtio/
H A Dvhost_net_test.c124 int sockfd = dev->sock; local

Completed in 187 milliseconds