Searched refs:sock_mapping (Results 1 – 2 of 2) sorted by relevance
56 struct sock_mapping { struct93 struct sock_mapping *accept_map;99 static inline struct sock_mapping *pvcalls_enter_sock(struct socket *sock) in pvcalls_enter_sock()101 struct sock_mapping *map; in pvcalls_enter_sock()107 map = (struct sock_mapping *)sock->sk->sk_send_head; in pvcalls_enter_sock()118 struct sock_mapping *map; in pvcalls_exit_sock()120 map = (struct sock_mapping *)sock->sk->sk_send_head; in pvcalls_exit_sock()134 static bool pvcalls_front_write_todo(struct sock_mapping *map) in pvcalls_front_write_todo()151 static bool pvcalls_front_read_todo(struct sock_mapping *map) in pvcalls_front_read_todo()189 struct sock_mapping *map = (struct sock_mapping *)(uintptr_t) in pvcalls_front_event_handler()[all …]
53 struct sock_mapping { struct88 struct sock_mapping *map); argument92 struct sock_mapping *map = (struct sock_mapping *)opaque; in pvcalls_conn_back_read()166 static void pvcalls_conn_back_write(struct sock_mapping *map) in pvcalls_conn_back_write()228 struct sock_mapping *map = container_of(ioworker, struct sock_mapping, in pvcalls_back_ioworker()276 struct sock_mapping *map = sock->sk_user_data; in pvcalls_sk_state_change()287 struct sock_mapping *map = sock->sk_user_data; in pvcalls_sk_data_ready()299 static struct sock_mapping *pvcalls_new_active_socket( in pvcalls_new_active_socket()307 struct sock_mapping *map; in pvcalls_new_active_socket()382 struct sock_mapping *map; in pvcalls_back_connect()[all …]