Home
last modified time | relevance | path

Searched refs:fe_flowid (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c572 fe->fe_flowid = req->nfr_inp_flowhash; in flow_entry_alloc()
575 fe->fe_flowid = flow_entry_calc_flowid(fe); in flow_entry_alloc()
580 fe->fe_adv_idx, fe->fe_flowid); in flow_entry_alloc()
695 fe->fe_uuid, fe->fe_adv_idx, fe->fe_flowid); in flow_entry_teardown()
1002 if (!(fe->fe_flags & FLOWENTF_EXTRL_FLOWID) && (fe->fe_flowid != 0)) { in fe_free()
1003 flowidns_release_flowid(fe->fe_flowid); in fe_free()
1004 fe->fe_flowid = 0; in fe_free()
H A Dflow_owner.c220 fe->fe_adv_idx, fe->fe_flowid); in flow_owner_bucket_activate_nx_port_common()
224 fe->fe_flowid); in flow_owner_bucket_activate_nx_port_common()
H A Dflow_var.h317 uint32_t fe_flowid; /* globally unique flow ID */ member
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c346 IPPROTO_TCP, fe->fe_flowid, in fsw_snoop()
2866 pkt->pkt_flow_token = fe->fe_flowid; in dp_flow_tx_process()