Searched refs:tfe (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/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 | 456 struct flow_entry *tfe = fe; in flow_entry_destroy() local 457 flow_entry_release(&tfe); in flow_entry_destroy()
|
| /xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1695 struct flow_entry *tfe = NULL; in dp_rx_pktq() local 1696 TAILQ_FOREACH_SAFE(fe, &fes, fe_rx_link, tfe) { in dp_rx_pktq() 2843 struct flow_entry *tfe = NULL; in dp_tx_pktq() local 2844 TAILQ_FOREACH_SAFE(fe, &fes, fe_tx_link, tfe) { in dp_tx_pktq() 3163 struct flow_entry *fe, *tfe; in fsw_linger_purge() local 3166 TAILQ_FOREACH_SAFE(fe, &fsw->fsw_linger_head, fe_linger_link, tfe) { in fsw_linger_purge() 3595 struct flow_entry *fe, *tfe; in fsw_process_linger() local 3618 TAILQ_FOREACH_SAFE(fe, &linger_head, fe_linger_link, tfe) { in fsw_process_linger()
|