Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c731 fe = flow_mgr_get_host_fe(fsw->fsw_flow_mgr); in rx_lookup_flow()
739 fe = flow_mgr_get_host_fe(fsw->fsw_flow_mgr); in rx_lookup_flow()
1470 flow_mgr_get_host_fe(fsw->fsw_flow_mgr); in dp_flow_rx_process()
1664 fe = flow_mgr_get_host_fe(fsw->fsw_flow_mgr); in dp_rx_pktq()
1672 fe = flow_mgr_get_host_fe(fsw->fsw_flow_mgr); in dp_rx_pktq()
1709 fe = flow_mgr_get_host_fe(fsw->fsw_flow_mgr); in dp_rx_pktq()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_var.h921 extern struct flow_entry * flow_mgr_get_host_fe(struct flow_mgr *fm);
H A Dflow_manager.c1189 flow_mgr_get_host_fe(struct flow_mgr *fm) in flow_mgr_get_host_fe() function
H A Dflow_agg.c1513 flow_mgr_get_host_fe(fsw->fsw_flow_mgr); in flow_rx_agg_channel()