Searched refs:bound_table (Results 1 – 3 of 3) sorted by relevance
35 struct list_head bound_table; member201 return !list_empty(&vsk->bound_table); in __vsock_in_bound_table()
76 list_for_each_entry(vsk, head, bound_table) { in vsock_diag_dump()
214 list_add(&vsk->bound_table, list); in __vsock_insert_bound()226 list_del_init(&vsk->bound_table); in __vsock_remove_bound()240 list_for_each_entry(vsk, vsock_bound_sockets(addr), bound_table) { in __vsock_find_bound_socket()760 INIT_LIST_HEAD(&vsk->bound_table); in __vsock_create()