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 { struct89 struct sock_mapping *map); argument93 struct sock_mapping *map = (struct sock_mapping *)opaque; in pvcalls_conn_back_read()167 static bool pvcalls_conn_back_write(struct sock_mapping *map) in pvcalls_conn_back_write()232 struct sock_mapping *map = container_of(ioworker, struct sock_mapping, in pvcalls_back_ioworker()289 struct sock_mapping *map = sock->sk_user_data; in pvcalls_sk_state_change()300 struct sock_mapping *map = sock->sk_user_data; in pvcalls_sk_data_ready()312 static struct sock_mapping *pvcalls_new_active_socket( in pvcalls_new_active_socket()320 struct sock_mapping *map; in pvcalls_new_active_socket()392 struct sock_mapping *map; in pvcalls_back_connect()[all …]