Home
last modified time | relevance | path

Searched defs:nfp_fl_ct_flow_entry (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/
Dconntrack.h124 struct nfp_fl_ct_flow_entry { struct
125 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