Searched refs:tc_merge (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c1213 /* Combine tc_merge and nft cookies for this cookie. */
1646 * and the other is of from a list of tc_merge structures. Iterate
2068 struct nfp_fl_ct_tc_merge *tc_merge, *tc_m_tmp; local
2076 /* Iterate tc_merge entries associated with this flow */
2077 list_for_each_entry_safe(tc_merge, tc_m_tmp, &ct_entry->children,
2082 /* Iterate nft_merge entries associated with this tc_merge flow */
2083 list_for_each_entry_safe(nft_merge, nft_m_tmp, &tc_merge->children,
2092 flow_stats_update(&tc_merge->post_ct_parent->stats,
2097 /* Iterate tc_merge entries associated with this flow */
2098 list_for_each_entry_safe(tc_merge, tc_m_tm
[all...]

Completed in 146 milliseconds