Searched defs:nfp_fl_ct_flow_entry (Results 1 – 1 of 1) sorted by relevance
130 struct nfp_fl_ct_flow_entry { struct131 unsigned long cookie;132 struct list_head list_node;133 u32 chain_index;134 u32 goto_chain_index;135 struct net_device *netdev;136 struct nfp_fl_ct_zone_entry *zt;137 struct list_head children;138 struct flow_rule *rule;139 struct flow_stats stats;[all …]