Home
last modified time | relevance | path

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

/net/vmw_vsock/
Dvmci_transport_notify.c23 #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 …]
Daf_vsock.c160 #define vsock_connected_sockets_vsk(vsk) \ argument
168 static int vsock_auto_bind(struct vsock_sock *vsk) in vsock_auto_bind()
191 struct vsock_sock *vsk) in __vsock_insert_bound()
198 struct vsock_sock *vsk) in __vsock_insert_connected()
204 static void __vsock_remove_bound(struct vsock_sock *vsk) in __vsock_remove_bound()
210 static void __vsock_remove_connected(struct vsock_sock *vsk) in __vsock_remove_connected()
218 struct vsock_sock *vsk; in __vsock_find_bound_socket() local
230 struct vsock_sock *vsk; in __vsock_find_connected_socket() local
243 static bool __vsock_in_bound_table(struct vsock_sock *vsk) in __vsock_in_bound_table()
248 static bool __vsock_in_connected_table(struct vsock_sock *vsk) in __vsock_in_connected_table()
[all …]
Dvmci_transport.c285 struct vsock_sock *vsk; in vmci_transport_send_control_pkt() local
440 static int vmci_transport_shutdown(struct vsock_sock *vsk, int mode) in vmci_transport_shutdown()
607 struct vsock_sock *vsk; in vmci_transport_recv_dgram_cb() local
668 struct vsock_sock *vsk; in vmci_transport_recv_stream_cb() local
800 struct vsock_sock *vsk; in vmci_transport_peer_attach_cb() local
834 struct vsock_sock *vsk; in vmci_transport_handle_detach() local
876 struct vsock_sock *vsk; in vmci_transport_peer_detach_cb() local
1288 struct vsock_sock *vsk; in vmci_transport_recv_connecting_client() local
1389 struct vsock_sock *vsk; in vmci_transport_recv_connecting_client_negotiate() local
1524 struct vsock_sock *vsk = vsock_sk(sk); in vmci_transport_recv_connecting_client_invalid() local
[all …]
Dvmci_transport_notify_qstate.c23 #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 …]