Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_hhf.c112 struct hh_flow_state { struct
179 static struct hh_flow_state *seek_list(const u32 hash, in seek_list()
183 struct hh_flow_state *flow, *next; in seek_list()
211 static struct hh_flow_state *alloc_new_hh(struct list_head *head, in alloc_new_hh()
214 struct hh_flow_state *flow; in alloc_new_hh()
232 flow = kzalloc(sizeof(struct hh_flow_state), GFP_ATOMIC); in alloc_new_hh()
251 struct hh_flow_state *flow; in hhf_classify()
505 struct hh_flow_state *flow, *next; in hhf_destroy()