Searched refs:too_remove (Results 1 – 1 of 1) sorted by relevance
3350 channel_data* chand, external_connectivity_watcher* too_remove) { in external_connectivity_watcher_list_remove() argument3352 lookup_external_connectivity_watcher(chand, too_remove->on_complete)); in external_connectivity_watcher_list_remove()3354 if (too_remove == chand->external_connectivity_watcher_list_head) { in external_connectivity_watcher_list_remove()3355 chand->external_connectivity_watcher_list_head = too_remove->next; in external_connectivity_watcher_list_remove()3362 if (w->next == too_remove) { in external_connectivity_watcher_list_remove()