Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Dpvcalls-front.c56 struct sock_mapping { struct
93 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 …]
H A Dpvcalls-back.c54 struct sock_mapping { struct
90 struct sock_mapping *map); argument
94 struct sock_mapping *map = (struct sock_mapping *)opaque; in pvcalls_conn_back_read()
168 static bool pvcalls_conn_back_write(struct sock_mapping *map) in pvcalls_conn_back_write()
234 struct sock_mapping *map = container_of(ioworker, struct sock_mapping, in pvcalls_back_ioworker()
291 struct sock_mapping *map = sock->sk_user_data; in pvcalls_sk_state_change()
302 struct sock_mapping *map = sock->sk_user_data; in pvcalls_sk_data_ready()
316 static struct sock_mapping *pvcalls_new_active_socket( in pvcalls_new_active_socket()
324 struct sock_mapping *map; in pvcalls_new_active_socket()
398 struct sock_mapping *map; in pvcalls_back_connect()
[all …]