Searched refs:prev_fe (Results 1 – 1 of 1) sorted by relevance
687 bool input, struct flow_entry *prev_fe) in lookup_flow_with_key() argument695 if (__probable(prev_fe != NULL && in lookup_flow_with_key()696 prev_fe->fe_key.fk_mask == FKMASK_5TUPLE)) { in lookup_flow_with_key()700 match = (flow_key_cmp_mask(&prev_fe->fe_key, in lookup_flow_with_key()703 flow_entry_retain(prev_fe); in lookup_flow_with_key()704 return prev_fe; in lookup_flow_with_key()724 struct flow_entry *prev_fe) in rx_lookup_flow() argument727 fe = lookup_flow_with_key(fsw, pkt, true, prev_fe); in rx_lookup_flow()1629 struct flow_entry *fe, *prev_fe; in dp_rx_pktq() local1647 prev_fe = NULL; in dp_rx_pktq()[all …]