Searched refs:tfe (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 223 struct flow_entry *__single fe, *__single 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 *__single fe, *__single 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() 742 struct flow_entry *__single tfe = fe; in flow_entry_destroy() local 743 flow_entry_release(&tfe); in flow_entry_destroy()
|
| H A D | flow_owner.c | 140 struct flow_entry *fe, *tfe; in flow_owner_bucket_purge_common() local 155 &fo->fo_flow_entry_id_head, tfe) { in flow_owner_bucket_purge_common()
|
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 2158 struct flow_entry *tfe = NULL; in _fsw_receive_locked() local 2159 TAILQ_FOREACH_SAFE(fe, &fes, fe_rx_link, tfe) { in _fsw_receive_locked() 3606 struct flow_entry *tfe = NULL; in dp_tx_pktq() local 3607 TAILQ_FOREACH_SAFE(fe, &fes, fe_tx_link, tfe) { in dp_tx_pktq() 4043 struct flow_entry *tfe = NULL; in dp_gso_pktq() local 4044 TAILQ_FOREACH_SAFE(fe, &fes, fe_tx_link, tfe) { in dp_gso_pktq() 4390 struct flow_entry *fe, *tfe; in fsw_linger_purge() local 4393 TAILQ_FOREACH_SAFE(fe, &fsw->fsw_linger_head, fe_linger_link, tfe) { in fsw_linger_purge() 4911 struct flow_entry *fe, *tfe; in fsw_process_linger() local 4934 TAILQ_FOREACH_SAFE(fe, &linger_head, fe_linger_link, tfe) { in fsw_process_linger()
|