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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/core/
H A Dflow.c31 struct list_head gc_list; member in union:flow_cache_entry::__anon34424
105 struct list_head gc_list; local
108 INIT_LIST_HEAD(&gc_list);
110 list_splice_tail_init(&flow_cache_gc_list, &gc_list);
113 list_for_each_entry_safe(fce, n, &gc_list, u.gc_list)
119 int deleted, struct list_head *gc_list)
124 list_splice_tail(gc_list, &flow_cache_gc_list);
136 LIST_HEAD(gc_list);
150 list_add_tail(&fle->u.gc_list,
118 flow_cache_queue_garbage(struct flow_cache_percpu *fcp, int deleted, struct list_head *gc_list) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/core/
H A Dflow.c31 struct list_head gc_list; member in union:flow_cache_entry::__anon22731
105 struct list_head gc_list; local
108 INIT_LIST_HEAD(&gc_list);
110 list_splice_tail_init(&flow_cache_gc_list, &gc_list);
113 list_for_each_entry_safe(fce, n, &gc_list, u.gc_list)
119 int deleted, struct list_head *gc_list)
124 list_splice_tail(gc_list, &flow_cache_gc_list);
136 LIST_HEAD(gc_list);
150 list_add_tail(&fle->u.gc_list,
118 flow_cache_queue_garbage(struct flow_cache_percpu *fcp, int deleted, struct list_head *gc_list) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_state.c384 struct hlist_head gc_list; local
387 hlist_move_list(&net->xfrm.state_gc_list, &gc_list);
390 hlist_for_each_entry_safe(x, entry, tmp, &gc_list, gclist)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/xfrm/
H A Dxfrm_state.c384 struct hlist_head gc_list; local
387 hlist_move_list(&net->xfrm.state_gc_list, &gc_list);
390 hlist_for_each_entry_safe(x, entry, tmp, &gc_list, gclist)

Completed in 185 milliseconds