Searched refs:socket_mappings (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/ |
H A 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()
|
H A D | pvcalls-back.c | 43 struct list_head socket_mappings; member 369 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() 968 INIT_LIST_HEAD(&fedata->socket_mappings); in backend_connect() 1000 list_for_each_entry_safe(map, n, &fedata->socket_mappings, list) { in backend_disconnect()
|
/kernel/linux/linux-6.6/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()
|
Completed in 6 milliseconds