Home
last modified time | relevance | path

Searched refs:sock_mapping (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/xen/
Dpvcalls-front.c59 struct sock_mapping { struct
96 struct sock_mapping *accept_map;
102 static inline struct sock_mapping *pvcalls_enter_sock(struct socket *sock) in pvcalls_enter_sock()
104 struct sock_mapping *map; in pvcalls_enter_sock()
110 map = (struct sock_mapping *)sock->sk->sk_send_head; in pvcalls_enter_sock()
121 struct sock_mapping *map; in pvcalls_exit_sock()
123 map = (struct sock_mapping *)sock->sk->sk_send_head; in pvcalls_exit_sock()
137 static bool pvcalls_front_write_todo(struct sock_mapping *map) in pvcalls_front_write_todo()
154 static bool pvcalls_front_read_todo(struct sock_mapping *map) in pvcalls_front_read_todo()
192 struct sock_mapping *map = (struct sock_mapping *)(uintptr_t) in pvcalls_front_event_handler()
[all …]
Dpvcalls-back.c62 struct sock_mapping { struct
97 struct sock_mapping *map); argument
101 struct sock_mapping *map = (struct sock_mapping *)opaque; in pvcalls_conn_back_read()
174 static void pvcalls_conn_back_write(struct sock_mapping *map) in pvcalls_conn_back_write()
236 struct sock_mapping *map = container_of(ioworker, struct sock_mapping, in pvcalls_back_ioworker()
284 struct sock_mapping *map = sock->sk_user_data; in pvcalls_sk_state_change()
297 struct sock_mapping *map = sock->sk_user_data; in pvcalls_sk_data_ready()
309 static struct sock_mapping *pvcalls_new_active_socket( in pvcalls_new_active_socket()
317 struct sock_mapping *map; in pvcalls_new_active_socket()
392 struct sock_mapping *map; in pvcalls_back_connect()
[all …]