Searched refs:flow_info (Results 1 – 1 of 1) sorted by relevance
702 struct mtk_flow_entry *flow_info; in mtk_foe_entry_commit_subflow() local708 flow_info = kzalloc(sizeof(*flow_info), GFP_ATOMIC); in mtk_foe_entry_commit_subflow()709 if (!flow_info) in mtk_foe_entry_commit_subflow()712 flow_info->l2_data.base_flow = entry; in mtk_foe_entry_commit_subflow()713 flow_info->type = MTK_FLOW_TYPE_L2_SUBFLOW; in mtk_foe_entry_commit_subflow()714 flow_info->hash = hash; in mtk_foe_entry_commit_subflow()715 hlist_add_head(&flow_info->list, in mtk_foe_entry_commit_subflow()717 hlist_add_head(&flow_info->l2_data.list, &entry->l2_flows); in mtk_foe_entry_commit_subflow()