Searched refs:socket_mappings (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/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() 842 list_add_tail(&map2->list, &bedata->socket_mappings); in pvcalls_front_accept() 1097 list_for_each_entry_safe(map, n, &bedata->socket_mappings, list) { in pvcalls_front_remove() 1108 list_for_each_entry_safe(map, n, &bedata->socket_mappings, list) { in pvcalls_front_remove() 1169 INIT_LIST_HEAD(&bedata->socket_mappings); in pvcalls_front_probe()
|
| D | pvcalls-back.c | 43 struct list_head socket_mappings; member 357 list_add_tail(&map->list, &fedata->socket_mappings); in pvcalls_new_active_socket() 477 list_for_each_entry_safe(map, n, &fedata->socket_mappings, list) { in pvcalls_back_release() 952 INIT_LIST_HEAD(&fedata->socket_mappings); in backend_connect() 984 list_for_each_entry_safe(map, n, &fedata->socket_mappings, list) { in backend_disconnect()
|