Searched refs:socket_mappings (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/xen/ |
H A D | pvcalls-front.c | 36 struct list_head socket_mappings; member 317 list_add_tail(&map->list, &bedata->socket_mappings); in pvcalls_front_socket() 852 list_add_tail(&map2->list, &bedata->socket_mappings); in pvcalls_front_accept() 1107 list_for_each_entry_safe(map, n, &bedata->socket_mappings, list) { in pvcalls_front_remove() 1118 list_for_each_entry_safe(map, n, &bedata->socket_mappings, list) { in pvcalls_front_remove() 1179 INIT_LIST_HEAD(&bedata->socket_mappings); in pvcalls_front_probe()
|
H A D | pvcalls-back.c | 44 struct list_head socket_mappings; member 373 list_add_tail(&map->list, &fedata->socket_mappings); in pvcalls_new_active_socket() 490 list_for_each_entry_safe(map, n, &fedata->socket_mappings, list) { in pvcalls_back_release() 973 INIT_LIST_HEAD(&fedata->socket_mappings); in backend_connect() 1005 list_for_each_entry_safe(map, n, &fedata->socket_mappings, list) { in backend_disconnect()
|