Searched refs:tfe (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 223 struct flow_entry *fe, *tfe; in flow_entry_add_child() local 224 TAILQ_FOREACH_SAFE(fe, &parent_fe->fe_child_list, fe_child_link, tfe) { in flow_entry_add_child() 260 struct flow_entry *fe, *tfe; in flow_entry_remove_all_children() local 261 TAILQ_FOREACH_SAFE(fe, &parent_fe->fe_child_list, fe_child_link, tfe) { in flow_entry_remove_all_children() 739 struct flow_entry *tfe = fe; in flow_entry_destroy() local 740 flow_entry_release(&tfe); in flow_entry_destroy()
|
| H A D | flow_owner.c | 155 struct flow_entry *fe, *tfe; in flow_owner_bucket_purge_common() local 170 &fo->fo_flow_entry_id_head, tfe) { in flow_owner_bucket_purge_common()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1729 struct flow_entry *tfe = NULL; in _fsw_receive_locked() local 1730 TAILQ_FOREACH_SAFE(fe, &fes, fe_rx_link, tfe) { in _fsw_receive_locked() 3117 struct flow_entry *tfe = NULL; in dp_tx_pktq() local 3118 TAILQ_FOREACH_SAFE(fe, &fes, fe_tx_link, tfe) { in dp_tx_pktq() 3444 struct flow_entry *fe, *tfe; in fsw_linger_purge() local 3447 TAILQ_FOREACH_SAFE(fe, &fsw->fsw_linger_head, fe_linger_link, tfe) { in fsw_linger_purge() 3875 struct flow_entry *fe, *tfe; in fsw_process_linger() local 3898 TAILQ_FOREACH_SAFE(fe, &linger_head, fe_linger_link, tfe) { in fsw_process_linger()
|