Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dflow_divert.c141 static kern_ctl_ref g_flow_divert_kctl_ref = NULL; variable
1219 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()
4659 int error = ctl_enqueuembuf(g_flow_divert_kctl_ref, group->ctl_unit, next_packet, CTL_DATA_EOR); in flow_divert_kctl_rcvd()
4717 result = ctl_register(&ctl_reg, &g_flow_divert_kctl_ref); in flow_divert_kctl_init()
4859 if (g_flow_divert_kctl_ref != NULL) { in flow_divert_init()
4860 ctl_deregister(g_flow_divert_kctl_ref); in flow_divert_init()
4861 g_flow_divert_kctl_ref = NULL; in flow_divert_init()