Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c387 struct flow_entry *host_fe = fe_alloc(true); in flow_mgr_setup_host_flow() local
388 host_fe->fe_key.fk_mask = 0; in flow_mgr_setup_host_flow()
389 host_fe->fe_nx_port = FSW_VP_HOST; in flow_mgr_setup_host_flow()
390 *(struct nx_flowswitch **)(uintptr_t)&host_fe->fe_fsw = fsw; in flow_mgr_setup_host_flow()
391 host_fe->fe_svc_class = KPKT_SC_BE; in flow_mgr_setup_host_flow()
392 host_fe->fe_pid = proc_getpid(kernproc); in flow_mgr_setup_host_flow()
393 host_fe->fe_rx_process = fsw_host_rx; in flow_mgr_setup_host_flow()
394 (void) snprintf(host_fe->fe_proc_name, sizeof(host_fe->fe_proc_name), in flow_mgr_setup_host_flow()
396 flow_entry_retain(host_fe); in flow_mgr_setup_host_flow()
397 fm->fm_host_fe = host_fe; in flow_mgr_setup_host_flow()
[all …]
H A Dflow_agg.c1529 struct flow_entry *host_fe; in flow_rx_agg_channel() local
1530 host_fe = in flow_rx_agg_channel()
1532 KPKTQ_ENQUEUE(&host_fe->fe_rx_pktq, pkt); in flow_rx_agg_channel()
/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1464 struct flow_entry *host_fe; in dp_flow_rx_process() local
1465 host_fe = in dp_flow_rx_process()
1467 KPKTQ_ENQUEUE(&host_fe->fe_rx_pktq, pkt); in dp_flow_rx_process()