/Linux-v4.19/net/vmw_vsock/ |
D | virtio_transport_common.c | 149 static int virtio_transport_send_pkt_info(struct vsock_sock *vsk, in virtio_transport_send_pkt_info() 238 static int virtio_transport_send_credit_update(struct vsock_sock *vsk, in virtio_transport_send_credit_update() 252 virtio_transport_stream_do_dequeue(struct vsock_sock *vsk, in virtio_transport_stream_do_dequeue() 304 virtio_transport_stream_dequeue(struct vsock_sock *vsk, in virtio_transport_stream_dequeue() 316 virtio_transport_dgram_dequeue(struct vsock_sock *vsk, in virtio_transport_dgram_dequeue() 324 s64 virtio_transport_stream_has_data(struct vsock_sock *vsk) in virtio_transport_stream_has_data() 337 static s64 virtio_transport_has_space(struct vsock_sock *vsk) in virtio_transport_has_space() 349 s64 virtio_transport_stream_has_space(struct vsock_sock *vsk) in virtio_transport_stream_has_space() 362 int virtio_transport_do_socket_init(struct vsock_sock *vsk, in virtio_transport_do_socket_init() 396 u64 virtio_transport_get_buffer_size(struct vsock_sock *vsk) in virtio_transport_get_buffer_size() [all …]
|
D | vmci_transport_notify.c | 23 #define PKT_FIELD(vsk, field_name) (vmci_trans(vsk)->notify.pkt.field_name) argument 25 static bool vmci_transport_notify_waiting_write(struct vsock_sock *vsk) in vmci_transport_notify_waiting_write() 94 static bool vmci_transport_notify_waiting_read(struct vsock_sock *vsk) in vmci_transport_notify_waiting_read() 120 struct vsock_sock *vsk; in vmci_transport_handle_waiting_read() local 150 struct vsock_sock *vsk; in vmci_transport_handle_waiting_write() local 179 struct vsock_sock *vsk; in vmci_transport_handle_read() local 191 struct vsock_sock *vsk; in send_waiting_read() local 233 struct vsock_sock *vsk; in send_waiting_write() local 269 struct vsock_sock *vsk; in vmci_transport_send_read_notification() local 315 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_handle_wrote() local [all …]
|
D | hyperv_transport.c | 95 struct vsock_sock *vsk; member 294 struct vsock_sock *vsk = vsock_sk(sk); in hvs_channel_cb() local 311 struct vsock_sock *vsk = vsock_sk(sk); in hvs_close_connection() local 425 static int hvs_sock_init(struct vsock_sock *vsk, struct vsock_sock *psk) in hvs_sock_init() 439 static int hvs_connect(struct vsock_sock *vsk) in hvs_connect() 455 static int hvs_shutdown(struct vsock_sock *vsk, int mode) in hvs_shutdown() 482 static void hvs_release(struct vsock_sock *vsk) in hvs_release() 501 static void hvs_destruct(struct vsock_sock *vsk) in hvs_destruct() 512 static int hvs_dgram_bind(struct vsock_sock *vsk, struct sockaddr_vm *addr) in hvs_dgram_bind() 517 static int hvs_dgram_dequeue(struct vsock_sock *vsk, struct msghdr *msg, in hvs_dgram_dequeue() [all …]
|
D | af_vsock.c | 176 #define vsock_connected_sockets_vsk(vsk) \ argument 187 static int vsock_auto_bind(struct vsock_sock *vsk) in vsock_auto_bind() 211 struct vsock_sock *vsk) in __vsock_insert_bound() 218 struct vsock_sock *vsk) in __vsock_insert_connected() 224 static void __vsock_remove_bound(struct vsock_sock *vsk) in __vsock_remove_bound() 230 static void __vsock_remove_connected(struct vsock_sock *vsk) in __vsock_remove_connected() 238 struct vsock_sock *vsk; in __vsock_find_bound_socket() local 250 struct vsock_sock *vsk; in __vsock_find_connected_socket() local 263 static void vsock_insert_unbound(struct vsock_sock *vsk) in vsock_insert_unbound() 270 void vsock_insert_connected(struct vsock_sock *vsk) in vsock_insert_connected() [all …]
|
D | vmci_transport.c | 276 struct vsock_sock *vsk; in vmci_transport_send_control_pkt() local 431 static int vmci_transport_shutdown(struct vsock_sock *vsk, int mode) in vmci_transport_shutdown() 598 struct vsock_sock *vsk; in vmci_transport_recv_dgram_cb() local 659 struct vsock_sock *vsk; in vmci_transport_recv_stream_cb() local 787 struct vsock_sock *vsk; in vmci_transport_handle_detach() local 1254 struct vsock_sock *vsk; in vmci_transport_recv_connecting_client() local 1354 struct vsock_sock *vsk; in vmci_transport_recv_connecting_client_negotiate() local 1475 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_recv_connecting_client_invalid() local 1496 struct vsock_sock *vsk; in vmci_transport_recv_connected() local 1550 static int vmci_transport_socket_init(struct vsock_sock *vsk, in vmci_transport_socket_init() [all …]
|
D | vmci_transport_notify_qstate.c | 23 #define PKT_FIELD(vsk, field_name) \ argument 26 static bool vmci_transport_notify_waiting_write(struct vsock_sock *vsk) in vmci_transport_notify_waiting_write() 100 struct vsock_sock *vsk = vsock_sk(sk); in vsock_block_update_write_window() local 110 struct vsock_sock *vsk; in vmci_transport_send_read_notification() local 150 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_socket_init() local 158 static void vmci_transport_notify_pkt_socket_destruct(struct vsock_sock *vsk) in vmci_transport_notify_pkt_socket_destruct() 170 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_poll_in() local 192 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_poll_out() local 214 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_notify_pkt_recv_init() local 268 struct vsock_sock *vsk; in vmci_transport_notify_pkt_recv_post_dequeue() local [all …]
|
D | diag.c | 25 struct vsock_sock *vsk = vsock_sk(sk); in sk_diag_fill() local 59 struct vsock_sock *vsk; in vsock_diag_dump() local
|
D | virtio_transport.c | 219 virtio_transport_cancel_pkt(struct vsock_sock *vsk) in virtio_transport_cancel_pkt()
|
/Linux-v4.19/include/linux/ |
D | virtio_vsock.h | 26 struct vsock_sock *vsk; member 53 struct vsock_sock *vsk; member 62 struct vsock_sock *vsk; member
|
/Linux-v4.19/drivers/vhost/ |
D | vsock.c | 232 vhost_transport_cancel_pkt(struct vsock_sock *vsk) in vhost_transport_cancel_pkt() 559 struct vsock_sock *vsk = vsock_sk(sk); in vhost_vsock_reset_orphans() local
|
/Linux-v4.19/include/net/ |
D | af_vsock.h | 181 static inline bool __vsock_in_bound_table(struct vsock_sock *vsk) in __vsock_in_bound_table() 187 static inline bool __vsock_in_connected_table(struct vsock_sock *vsk) in __vsock_in_connected_table()
|