Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_hhf.c113 struct hh_flow_state { struct
196 static struct hh_flow_state *seek_list(const u32 hash, in seek_list()
200 struct hh_flow_state *flow, *next; in seek_list()
228 static struct hh_flow_state *alloc_new_hh(struct list_head *head, in alloc_new_hh()
231 struct hh_flow_state *flow; in alloc_new_hh()
249 flow = kzalloc(sizeof(struct hh_flow_state), GFP_ATOMIC); in alloc_new_hh()
268 struct hh_flow_state *flow; in hhf_classify()
511 struct hh_flow_state *flow, *next; in hhf_destroy()