Home
last modified time | relevance | path

Searched defs:vsk (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/net/vmw_vsock/
H A Dvirtio_transport_common.c30 virtio_transport_get_ops(struct vsock_sock *vsk) in virtio_transport_get_ops()
348 virtio_transport_stream_do_peek(struct vsock_sock *vsk, in virtio_transport_stream_do_peek()
869 int virtio_transport_connect(struct vsock_sock *vsk) in virtio_transport_connect()
1030 struct vsock_sock *vsk = in virtio_transport_close_timeout() local
1082 void virtio_transport_release(struct vsock_sock *vsk) in virtio_transport_release()
1102 struct vsock_sock *vsk = vsock_sk(sk); in virtio_transport_recv_connecting() local
1197 struct vsock_sock *vsk = vsock_sk(sk); in virtio_transport_recv_connected() local
1248 struct vsock_sock *vsk = vsock_sk(sk); in virtio_transport_recv_disconnecting() local
1274 struct vsock_sock *vsk = vsock_sk(sk); in virtio_transport_space_update() local
1301 struct vsock_sock *vsk = vsock_sk(sk); in virtio_transport_recv_listen() local
[all …]
H A Dvmci_transport_notify.c112 struct vsock_sock *vsk; in vmci_transport_handle_waiting_read() local
142 struct vsock_sock *vsk; in vmci_transport_handle_waiting_write() local
171 struct vsock_sock *vsk; in vmci_transport_handle_read() local
183 struct vsock_sock *vsk; in send_waiting_read() local
225 struct vsock_sock *vsk; in send_waiting_write() local
261 struct vsock_sock *vsk; in vmci_transport_send_read_notification() local
307 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_handle_wrote() local
315 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_socket_init() local
341 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_poll_in() local
480 struct vsock_sock *vsk; in vmci_transport_notify_pkt_recv_post_dequeue() local
[all …]
H A Daf_vsock.c237 struct vsock_sock *vsk; in __vsock_find_bound_socket() local
255 struct vsock_sock *vsk; in __vsock_find_connected_socket() local
350 struct vsock_sock *vsk; in vsock_for_each_connected_socket() local
582 struct vsock_sock *vsk; in vsock_pending_work() local
736 struct vsock_sock *vsk; in __vsock_create() local
933 struct vsock_sock *vsk; in vsock_getname() local
1027 struct vsock_sock *vsk; in vsock_poll() local
1152 struct vsock_sock *vsk; in vsock_dgram_sendmsg() local
1226 struct vsock_sock *vsk; in vsock_dgram_connect() local
1330 struct vsock_sock *vsk; in vsock_connect_timeout() local
[all …]
H A Dhyperv_transport.c95 struct vsock_sock *vsk; member
250 struct vsock_sock *vsk = vsock_sk(sk); in hvs_channel_cb() local
458 static int hvs_connect(struct vsock_sock *vsk) in hvs_connect()
497 struct vsock_sock *vsk = in hvs_close_timeout() local
534 static void hvs_release(struct vsock_sock *vsk) in hvs_release()
543 static void hvs_destruct(struct vsock_sock *vsk) in hvs_destruct()
565 static int hvs_dgram_enqueue(struct vsock_sock *vsk, in hvs_dgram_enqueue()
693 static s64 hvs_stream_has_data(struct vsock_sock *vsk) in hvs_stream_has_data()
724 static u64 hvs_stream_rcvhiwat(struct vsock_sock *vsk) in hvs_stream_rcvhiwat()
791 int hvs_notify_send_init(struct vsock_sock *vsk, in hvs_notify_send_init()
[all …]
H A Dvmci_transport_notify_qstate.c15 #define PKT_FIELD(vsk, field_name) \ argument
92 struct vsock_sock *vsk = vsock_sk(sk); in vsock_block_update_write_window() local
102 struct vsock_sock *vsk; in vmci_transport_send_read_notification() local
142 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_socket_init() local
162 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_poll_in() local
184 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_poll_out() local
206 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_recv_init() local
260 struct vsock_sock *vsk; in vmci_transport_notify_pkt_recv_post_dequeue() local
309 struct vsock_sock *vsk; in vmci_transport_notify_pkt_send_post_enqueue() local
368 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_process_request() local
[all …]
H A Dvmci_transport.c286 struct vsock_sock *vsk; in vmci_transport_send_control_pkt() local
319 struct vsock_sock *vsk; in vmci_transport_send_reset() local
616 struct vsock_sock *vsk; in vmci_transport_recv_dgram_cb() local
677 struct vsock_sock *vsk; in vmci_transport_recv_stream_cb() local
805 struct vsock_sock *vsk; in vmci_transport_handle_detach() local
1280 struct vsock_sock *vsk; in vmci_transport_recv_connecting_client() local
1380 struct vsock_sock *vsk; in vmci_transport_recv_connecting_client_negotiate() local
1521 struct vsock_sock *vsk; in vmci_transport_recv_connected() local
1695 struct vsock_sock *vsk, in vmci_transport_dgram_enqueue()
1829 struct vsock_sock *vsk, in vmci_transport_stream_dequeue()
[all …]
H A Ddiag.c17 struct vsock_sock *vsk = vsock_sk(sk); in sk_diag_fill() local
51 struct vsock_sock *vsk; in vsock_diag_dump() local
H A Dvsock_bpf.c27 struct vsock_sock *vsk = vsock_sk(sk); in vsock_has_data() local
151 struct vsock_sock *vsk; in vsock_bpf_update_proto() local
H A Dvsock_loopback.c40 static int vsock_loopback_cancel_pkt(struct vsock_sock *vsk) in vsock_loopback_cancel_pkt()
H A Dvirtio_transport.c191 virtio_transport_cancel_pkt(struct vsock_sock *vsk) in virtio_transport_cancel_pkt()
/openbmc/linux/include/linux/
H A Dvirtio_vsock.h126 struct vsock_sock *vsk; member
147 struct vsock_sock *vsk; member
/openbmc/linux/include/net/
H A Daf_vsock.h193 static inline bool __vsock_in_bound_table(struct vsock_sock *vsk) in __vsock_in_bound_table()
199 static inline bool __vsock_in_connected_table(struct vsock_sock *vsk) in __vsock_in_connected_table()
/openbmc/linux/drivers/vhost/
H A Dvsock.c295 vhost_transport_cancel_pkt(struct vsock_sock *vsk) in vhost_transport_cancel_pkt()
689 struct vsock_sock *vsk = vsock_sk(sk); in vhost_vsock_reset_orphans() local