Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c223 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()
257 struct flow_entry *__single fe, *__single tfe; in flow_entry_remove_all_children() local
258 TAILQ_FOREACH_SAFE(fe, &parent_fe->fe_child_list, fe_child_link, tfe) { in flow_entry_remove_all_children()
894 struct flow_entry *__single tfe = fe; in flow_entry_destroy() local
895 flow_entry_release(&tfe); in flow_entry_destroy()
H A Dflow_owner.c140 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-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2232 struct flow_entry *tfe = NULL; in _fsw_receive() local
2233 TAILQ_FOREACH_SAFE(fe, &fes, fe_rx_link, tfe) { in _fsw_receive()
3693 struct flow_entry *tfe = NULL; in dp_tx_pktq() local
3694 TAILQ_FOREACH_SAFE(fe, &fes, fe_tx_link, tfe) { in dp_tx_pktq()
4130 struct flow_entry *tfe = NULL; in dp_gso_pktq() local
4131 TAILQ_FOREACH_SAFE(fe, &fes, fe_tx_link, tfe) { in dp_gso_pktq()
4476 struct flow_entry *fe, *tfe; in fsw_linger_purge() local
4479 TAILQ_FOREACH_SAFE(fe, &fsw->fsw_linger_head, fe_linger_link, tfe) { in fsw_linger_purge()
4544 struct flow_entry *fe, *tfe; in fsw_rxstrc_purge() local
4547 TAILQ_FOREACH_SAFE(fe, &fsw->fsw_rxstrc_head, fe_rxstrc_link, tfe) { in fsw_rxstrc_purge()
[all …]