Searched defs:nfp_fl_ct_flow_entry (Results 1 – 1 of 1) sorted by relevance
124 struct nfp_fl_ct_flow_entry { struct125 unsigned long cookie;126 struct list_head list_node;127 u32 chain_index;128 enum ct_entry_type type;129 struct net_device *netdev;130 struct nfp_fl_ct_zone_entry *zt;131 struct list_head children;155 struct nfp_fl_ct_flow_entry *pre_ct_parent; argument