Home
last modified time | relevance | path

Searched defs:sockfd (Results 26 – 38 of 38) sorted by relevance

12

/openbmc/linux/tools/usb/usbip/libsrc/
H A Dusbip_host_common.c212 int usbip_export_device(struct usbip_exported_device *edev, int sockfd) in usbip_export_device()
/openbmc/linux/drivers/usb/usbip/
H A Dstub_dev.c46 int sockfd = 0; in usbip_sockfd_store() local
H A Dvhci_sysfs.c312 int sockfd = 0; in attach_store() local
H A Dusbip_common.h270 int sockfd; member
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sock.c419 int sockfd = -1; in bind_sock() local
H A Dtest_sock_addr.c1112 static int recvmsg_from_client(int sockfd, struct sockaddr_storage *src_addr) in recvmsg_from_client()
/openbmc/linux/tools/testing/selftests/net/
H A 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()
/openbmc/qemu/util/
H A Diov.c95 do_send_recv(int sockfd, struct iovec *iov, unsigned iov_cnt, bool do_send) in do_send_recv()
144 ssize_t iov_send_recv(int sockfd, const struct iovec *_iov, unsigned iov_cnt, in iov_send_recv()
/openbmc/linux/tools/usb/usbip/src/
H A Dusbipd.c91 static int recv_request_import(int sockfd) in recv_request_import()
/openbmc/qemu/io/
H A Dchannel-watch.c278 int sockfd, in qio_channel_create_socket_watch()
/openbmc/qemu/linux-user/
H A Dstrace.c2635 static void print_sockfd(abi_long sockfd, int last) in print_sockfd()
2669 abi_ulong sockfd, addr, addrlen; in do_print_sockaddr() local
2683 abi_ulong sockfd, backlog; in do_print_listen() local
2716 abi_ulong sockfd, msg, len, flags; in do_print_sendrecv() local
2733 abi_ulong sockfd, msg, len, flags, addr, addrlen; in do_print_msgaddr() local
2753 abi_ulong sockfd, how; in do_print_shutdown() local
2779 abi_ulong sockfd, msg, flags; in do_print_msg() local
2794 abi_ulong sockfd, level, optname, optval, optlen; in do_print_sockopt() local
H A Dsyscall.c2065 static abi_long do_setsockopt(int sockfd, int level, int optname, in do_setsockopt()
2528 static abi_long do_getsockopt(int sockfd, int level, int optname, in do_getsockopt()
3182 static abi_long do_bind(int sockfd, abi_ulong target_addr, in do_bind()
3202 static abi_long do_connect(int sockfd, abi_ulong target_addr, in do_connect()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c473 int sockfd; member

12