Home
last modified time | relevance | path

Searched refs:prev_fe (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c688 bool input, struct flow_entry *prev_fe) in lookup_flow_with_key() argument
696 if (__probable(prev_fe != NULL && in lookup_flow_with_key()
697 prev_fe->fe_key.fk_mask == FKMASK_5TUPLE)) { in lookup_flow_with_key()
701 match = (flow_key_cmp_mask(&prev_fe->fe_key, in lookup_flow_with_key()
704 flow_entry_retain(prev_fe); in lookup_flow_with_key()
705 return prev_fe; in lookup_flow_with_key()
725 struct flow_entry *prev_fe) in rx_lookup_flow() argument
728 fe = lookup_flow_with_key(fsw, pkt, true, prev_fe); in rx_lookup_flow()
1625 struct flow_entry *fe, *prev_fe; in dp_rx_pktq() local
1643 prev_fe = NULL; in dp_rx_pktq()
[all …]