Searched refs:flow_info (Results 1 – 1 of 1) sorted by relevance
593 struct mtk_flow_entry *flow_info; in mtk_foe_entry_commit_subflow() local599 flow_info = kzalloc(sizeof(*flow_info), GFP_ATOMIC); in mtk_foe_entry_commit_subflow()600 if (!flow_info) in mtk_foe_entry_commit_subflow()603 flow_info->l2_data.base_flow = entry; in mtk_foe_entry_commit_subflow()604 flow_info->type = MTK_FLOW_TYPE_L2_SUBFLOW; in mtk_foe_entry_commit_subflow()605 flow_info->hash = hash; in mtk_foe_entry_commit_subflow()606 hlist_add_head(&flow_info->list, in mtk_foe_entry_commit_subflow()608 hlist_add_head(&flow_info->l2_data.list, &entry->l2_flows); in mtk_foe_entry_commit_subflow()