Searched refs:socket_mappings (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/ |
D | pvcalls-front.c | 36 struct list_head socket_mappings; member 307 list_add_tail(&map->list, &bedata->socket_mappings); in pvcalls_front_socket() 844 list_add_tail(&map2->list, &bedata->socket_mappings); in pvcalls_front_accept() 1099 list_for_each_entry_safe(map, n, &bedata->socket_mappings, list) { in pvcalls_front_remove() 1110 list_for_each_entry_safe(map, n, &bedata->socket_mappings, list) { in pvcalls_front_remove() 1172 INIT_LIST_HEAD(&bedata->socket_mappings); in pvcalls_front_probe()
|
D | pvcalls-back.c | 43 struct list_head socket_mappings; member 367 list_add_tail(&map->list, &fedata->socket_mappings); in pvcalls_new_active_socket() 487 list_for_each_entry_safe(map, n, &fedata->socket_mappings, list) { in pvcalls_back_release() 969 INIT_LIST_HEAD(&fedata->socket_mappings); in backend_connect() 1001 list_for_each_entry_safe(map, n, &fedata->socket_mappings, list) { in backend_disconnect()
|