Searched refs:foe_flow (Results 1 – 2 of 2) sorted by relevance
581 hlist_add_head(&entry->list, &ppe->foe_flow[hash / soc->hash_offset]); in mtk_foe_entry_commit()607 &ppe->foe_flow[hash / soc->hash_offset]); in mtk_foe_entry_commit_subflow()632 struct hlist_head *head = &ppe->foe_flow[hash / soc->hash_offset]; in __mtk_ppe_check_skb()745 sizeof(*ppe->foe_flow); in mtk_ppe_init()746 ppe->foe_flow = devm_kzalloc(dev, foe_flow_size, GFP_KERNEL); in mtk_ppe_init()747 if (!ppe->foe_flow) in mtk_ppe_init()
298 struct hlist_head *foe_flow; member