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)
228 static void free_active_ring(struct sock_mapping *map);
231 struct sock_mapping *map)
251 struct sock_mapping *map)
260 struct sock_mapping *map = sock_map;
273 struct sock_mapping *map = NULL;
312 * field to store a pointer to the struct sock_mapping
314 * struct sock_mapping from the struct socket.
345 static void free_active_ring(struct sock_mapping *map)
355 static int alloc_active_ring(struct sock_mapping *map)
381 static int create_active(struct sock_mapping *map, evtchn_port_t *evtchn)
426 struct sock_mapping *map = NULL;
544 struct sock_mapping *map;
638 struct sock_mapping *map;
673 struct sock_mapping *map = NULL;
726 struct sock_mapping *map;
775 struct sock_mapping *map;
776 struct sock_mapping *map2 = NULL;
910 struct sock_mapping *map,
967 struct sock_mapping *map,
992 struct sock_mapping *map;
1011 struct sock_mapping *map;
1099 struct sock_mapping *map = NULL, *n;