Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_hhf.c113 struct hh_flow_state { struct
180 static struct hh_flow_state *seek_list(const u32 hash, in seek_list()
184 struct hh_flow_state *flow, *next; in seek_list()
212 static struct hh_flow_state *alloc_new_hh(struct list_head *head, in alloc_new_hh()
215 struct hh_flow_state *flow; in alloc_new_hh()
233 flow = kzalloc(sizeof(struct hh_flow_state), GFP_ATOMIC); in alloc_new_hh()
252 struct hh_flow_state *flow; in hhf_classify()
485 struct hh_flow_state *flow, *next; in hhf_destroy()