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.c161 #define vsock_connected_sockets_vsk(vsk) \ argument
180 struct vsock_sock *vsk) in __vsock_insert_bound()
187 struct vsock_sock *vsk) in __vsock_insert_connected()
193 static void __vsock_remove_bound(struct vsock_sock *vsk) in __vsock_remove_bound()
199 static void __vsock_remove_connected(struct vsock_sock *vsk) in __vsock_remove_connected()
207 struct vsock_sock *vsk; in __vsock_find_bound_socket() local
219 struct vsock_sock *vsk; in __vsock_find_connected_socket() local
232 static bool __vsock_in_bound_table(struct vsock_sock *vsk) in __vsock_in_bound_table()
237 static bool __vsock_in_connected_table(struct vsock_sock *vsk) in __vsock_in_connected_table()
242 static void vsock_insert_unbound(struct vsock_sock *vsk) in vsock_insert_unbound()
[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
667 struct vsock_sock *vsk; in vmci_transport_recv_stream_cb() local
799 struct vsock_sock *vsk; in vmci_transport_peer_attach_cb() local
833 struct vsock_sock *vsk; in vmci_transport_handle_detach() local
875 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 …]