Searched refs:dst_busy_list (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/core/
H A Ddst.c61 static struct dst_entry *dst_busy_list; variable in typeref:struct:dst_entry
72 next = dst_busy_list; dst_gc_task()
114 dst_busy_list = head.next; dst_gc_task()
115 if (!dst_busy_list) dst_gc_task()
368 for (dst = dst_busy_list; dst; dst = dst->next) { dst_dev_event()
381 dst_busy_list = dst; dst_dev_event()

Completed in 59 milliseconds