Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dflow_divert.c146 static kern_ctl_ref g_flow_divert_kctl_ref = NULL; variable
1222 error = ctl_enqueuembuf(g_flow_divert_kctl_ref, fd_cb->group->ctl_unit, packet, CTL_DATA_EOR); in flow_divert_send_packet()
3292 error = ctl_enqueuembuf(g_flow_divert_kctl_ref, ctl_unit, packet, CTL_DATA_EOR); in flow_divert_handle_flow_states_request()
4661 int error = ctl_enqueuembuf(g_flow_divert_kctl_ref, group->ctl_unit, next_packet, CTL_DATA_EOR); in flow_divert_kctl_rcvd()
4719 result = ctl_register(&ctl_reg, &g_flow_divert_kctl_ref); in flow_divert_kctl_init()
4861 if (g_flow_divert_kctl_ref != NULL) { in flow_divert_init()
4862 ctl_deregister(g_flow_divert_kctl_ref); in flow_divert_init()
4863 g_flow_divert_kctl_ref = NULL; in flow_divert_init()