Searched refs:bundle_proc_list (Results 1 – 4 of 4) sorted by relevance
208 return seq_list_start_head(&rxnet->bundle_proc_list, *_pos); in rxrpc_bundle_seq_start()216 return seq_list_next(v, &rxnet->bundle_proc_list, pos); in rxrpc_bundle_seq_next()233 if (v == &rxnet->bundle_proc_list) { in rxrpc_bundle_seq_show()
48 INIT_LIST_HEAD(&rxnet->bundle_proc_list); in rxrpc_init_net()
96 list_add_tail(&bundle->proc_link, &bundle->local->rxnet->bundle_proc_list); in rxrpc_alloc_bundle()
71 struct list_head bundle_proc_list; /* List of bundles for proc */ member
Completed in 23 milliseconds