Lines Matching refs:sock_mapping
56 struct sock_mapping {
93 struct sock_mapping *accept_map;
99 static inline struct sock_mapping *pvcalls_enter_sock(struct socket *sock)
101 struct sock_mapping *map;
107 map = (struct sock_mapping *)sock->sk->sk_send_head;
118 struct sock_mapping *map;
120 map = (struct sock_mapping *)sock->sk->sk_send_head;
134 static bool pvcalls_front_write_todo(struct sock_mapping *map)
151 static bool pvcalls_front_read_todo(struct sock_mapping *map)
189 struct sock_mapping *map = (struct sock_mapping *)(uintptr_t)
229 struct sock_mapping *map)
250 struct sock_mapping *map = sock_map;
263 struct sock_mapping *map = NULL;
302 * field to store a pointer to the struct sock_mapping
304 * struct sock_mapping from the struct socket.
335 static void free_active_ring(struct sock_mapping *map)
345 static int alloc_active_ring(struct sock_mapping *map)
371 static int create_active(struct sock_mapping *map, evtchn_port_t *evtchn)
416 struct sock_mapping *map = NULL;
535 struct sock_mapping *map;
629 struct sock_mapping *map;
664 struct sock_mapping *map = NULL;
717 struct sock_mapping *map;
766 struct sock_mapping *map;
767 struct sock_mapping *map2 = NULL;
902 struct sock_mapping *map,
959 struct sock_mapping *map,
984 struct sock_mapping *map;
1003 struct sock_mapping *map;
1091 struct sock_mapping *map = NULL, *n;