Searched defs:nfp_fl_ct_zone_entry (Results 1 – 1 of 1) sorted by relevance
59 struct nfp_fl_ct_zone_entry { struct60 u16 zone;61 struct rhash_head hash_node;63 struct nfp_flower_priv *priv;64 struct nf_flowtable *nft;66 struct list_head pre_ct_list;67 unsigned int pre_ct_count;69 struct list_head post_ct_list;70 unsigned int post_ct_count;72 struct rhashtable tc_merge_tb;[all …]