Searched refs:tc_merge (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/flower/ |
D | conntrack.c | 2068 struct nfp_fl_ct_tc_merge *tc_merge, *tc_m_tmp; in nfp_fl_ct_stats() local 2077 list_for_each_entry_safe(tc_merge, tc_m_tmp, &ct_entry->children, in nfp_fl_ct_stats() 2083 list_for_each_entry_safe(nft_merge, nft_m_tmp, &tc_merge->children, in nfp_fl_ct_stats() 2092 flow_stats_update(&tc_merge->post_ct_parent->stats, in nfp_fl_ct_stats() 2098 list_for_each_entry_safe(tc_merge, tc_m_tmp, &ct_entry->children, in nfp_fl_ct_stats() 2104 list_for_each_entry_safe(nft_merge, nft_m_tmp, &tc_merge->children, in nfp_fl_ct_stats() 2113 flow_stats_update(&tc_merge->pre_ct_parent->stats, in nfp_fl_ct_stats()
|