Home
last modified time | relevance | path

Searched refs:unlink_list (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/usbip/
H A Dvhci_hcd.c983 struct list_head *unlink_list) in vhci_cleanup_unlink_list() argument
994 list_for_each_entry_safe(unlink, tmp, unlink_list, list) { in vhci_cleanup_unlink_list()
/linux/net/core/
H A Dsock_map.c1150 struct hlist_head unlink_list; in sock_hash_free() local
1172 hlist_move_list(&bucket->head, &unlink_list); in sock_hash_free()
1179 hlist_for_each_entry_safe(elem, node, &unlink_list, node) { in sock_hash_free()
/linux/include/linux/
H A Dnetdevice.h2346 struct list_head unlink_list; member