Searched refs:child_fe (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/ ! |
| H A D | flow_manager.c | 1218 struct flow_entry *child_fe; 1220 TAILQ_FOREACH(child_fe, &fe->fe_child_list, fe_child_link) { 1221 flow_handler(child_fe); 1304 struct flow_entry *child_fe; in rx_lookup_child_flow() local 1315 TAILQ_FOREACH(child_fe, &parent_fe->fe_child_list, fe_child_link) { in rx_lookup_child_flow() 1316 if (rx_flow_demux_match(fsw, child_fe, pkt)) { in rx_lookup_child_flow() 1317 flow_entry_retain(child_fe); in rx_lookup_child_flow() 1319 return child_fe; in rx_lookup_child_flow() 1330 struct flow_entry *child_fe; in tx_lookup_child_flow() local 1335 TAILQ_FOREACH(child_fe, &parent_fe->fe_child_list, fe_child_link) { in tx_lookup_child_flow() [all …]
|
| H A D | flow_entry.c | 209 flow_entry_add_child(struct flow_entry *parent_fe, struct flow_entry *child_fe) in flow_entry_add_child() argument 225 if (!fe_id_cmp(fe, child_fe)) { in flow_entry_add_child() 239 flow_entry_retain(child_fe); in flow_entry_add_child() 240 TAILQ_INSERT_TAIL(&parent_fe->fe_child_list, child_fe, fe_child_link); in flow_entry_add_child()
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ ! |
| H A D | fsw_dp.c | 803 struct flow_entry *child_fe = rx_lookup_child_flow(fsw, fe, pkt); in lookup_flow_with_pkt() local 804 if (child_fe != NULL) { in lookup_flow_with_pkt() 806 fe = child_fe; in lookup_flow_with_pkt()
|