Searched refs:tfe (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_owner.c | 147 struct flow_entry *fe, *tfe; in flow_owner_bucket_purge_common() local 162 &fo->fo_flow_entry_id_head, tfe) { in flow_owner_bucket_purge_common()
|
| H A D | flow_entry.c | 458 struct flow_entry *tfe = fe; in flow_entry_destroy() local 459 flow_entry_release(&tfe); in flow_entry_destroy()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1699 struct flow_entry *tfe = NULL; in dp_rx_pktq() local 1700 TAILQ_FOREACH_SAFE(fe, &fes, fe_rx_link, tfe) { in dp_rx_pktq() 2852 struct flow_entry *tfe = NULL; in dp_tx_pktq() local 2853 TAILQ_FOREACH_SAFE(fe, &fes, fe_tx_link, tfe) { in dp_tx_pktq() 3172 struct flow_entry *fe, *tfe; in fsw_linger_purge() local 3175 TAILQ_FOREACH_SAFE(fe, &fsw->fsw_linger_head, fe_linger_link, tfe) { in fsw_linger_purge() 3604 struct flow_entry *fe, *tfe; in fsw_process_linger() local 3627 TAILQ_FOREACH_SAFE(fe, &linger_head, fe_linger_link, tfe) { in fsw_process_linger()
|