Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c397 struct flow_entry *host_fe = fe_alloc(true); in flow_mgr_setup_host_flow() local
398 host_fe->fe_key.fk_mask = 0; in flow_mgr_setup_host_flow()
399 host_fe->fe_nx_port = FSW_VP_HOST; in flow_mgr_setup_host_flow()
400 *(struct nx_flowswitch **)(uintptr_t)&host_fe->fe_fsw = fsw; in flow_mgr_setup_host_flow()
401 host_fe->fe_svc_class = KPKT_SC_BE; in flow_mgr_setup_host_flow()
402 host_fe->fe_pid = proc_getpid(kernproc); in flow_mgr_setup_host_flow()
403 host_fe->fe_rx_process = fsw_host_rx; in flow_mgr_setup_host_flow()
404 (void) snprintf(host_fe->fe_proc_name, sizeof(host_fe->fe_proc_name), in flow_mgr_setup_host_flow()
406 flow_entry_retain(host_fe); in flow_mgr_setup_host_flow()
407 fm->fm_host_fe = host_fe; in flow_mgr_setup_host_flow()
[all …]
H A Dflow_agg.c1511 struct flow_entry *host_fe; in flow_rx_agg_channel() local
1512 host_fe = in flow_rx_agg_channel()
1514 KPKTQ_ENQUEUE(&host_fe->fe_rx_pktq, pkt); in flow_rx_agg_channel()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1468 struct flow_entry *host_fe; in dp_flow_rx_process() local
1469 host_fe = in dp_flow_rx_process()
1471 KPKTQ_ENQUEUE(&host_fe->fe_rx_pktq, pkt); in dp_flow_rx_process()