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