Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Ddst.c63 static struct dst_entry *dst_busy_list; variable
74 next = dst_busy_list; in dst_gc_task()
116 dst_busy_list = head.next; in dst_gc_task()
117 if (!dst_busy_list) in dst_gc_task()
452 for (dst = dst_busy_list; dst; dst = dst->next) { in dst_dev_event()
465 dst_busy_list = dst; in dst_dev_event()