Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netns/
Dxfrm.h82 struct list_head flow_cache_gc_list; member
/linux-4.4.14/net/core/
Dflow.c92 list_splice_tail_init(&xfrm->flow_cache_gc_list, &gc_list); in flow_cache_gc_task()
106 list_splice_tail(gc_list, &xfrm->flow_cache_gc_list); in flow_cache_queue_garbage()
445 INIT_LIST_HEAD(&net->xfrm.flow_cache_gc_list); in flow_cache_init()