Lines Matching +full:s +full:- +full:merged
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
38 * struct nfp_fl_ct_zone_entry - Zone entry containing conntrack flow information
50 * @tc_merge_tb: The table of merged tc flows
51 * @tc_merge_count: Keep count of the number of merged tc entries
56 * @nft_merge_tb: The table of merged tc+nft flows
57 * @nft_merge_count: Keep count of the number of merged tc+nft entries
114 * struct nfp_fl_ct_flow_entry - Flow entry containing conntrack flow information
128 * @type: Type of ct-entry from enum ct_entry_type
140 struct nfp_fl_nft_tc_merge *prev_m_entries[NFP_MAX_RECIRC_CT_ZONES - 1];
148 * struct nfp_fl_ct_tc_merge - Merge of two flows from tc
156 * @children: List of nft merged entries
170 * struct nfp_fl_nft_tc_merge - Merge of tc_merge flows with nft flow
198 * struct nfp_fl_ct_map_entry - Map between flow cookie and specific ct_flow
213 * nfp_fl_ct_handle_pre_ct() - Handles -trk conntrack rules
231 * nfp_fl_ct_handle_post_ct() - Handles +trk+est conntrack rules
238 * merge with other -trk entries and offload if possible.
248 * nfp_fl_create_new_pre_ct() - create next ct_zone -trk conntrack rules
261 * nfp_fl_ct_clean_flow_entry() - Free a nfp_fl_ct_flow_entry
267 * nfp_fl_ct_del_flow() - Handle flow_del callbacks for conntrack
273 * nfp_fl_ct_handle_nft_flow() - Handle flower flow callbacks for nft table
277 * case it's the zone table.
283 * nfp_fl_ct_stats() - Handle flower stats callbacks for ct flows