Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dflow_divert.c141 static struct flow_divert_group **g_flow_divert_groups = NULL; variable
255 if (g_flow_divert_groups == NULL) { in flow_divert_group_lookup()
260 group = g_flow_divert_groups[ctl_unit]; in flow_divert_group_lookup()
4514 if (g_flow_divert_groups == NULL) { in flow_divert_kctl_setup()
4515 g_flow_divert_groups = kalloc_type(struct flow_divert_group *, in flow_divert_kctl_setup()
4523 struct flow_divert_group *group = g_flow_divert_groups[unit_cursor]; in flow_divert_kctl_setup()
4528 g_flow_divert_groups[*unit] = new_group; in flow_divert_kctl_setup()
4588 if (g_flow_divert_groups == NULL) { in flow_divert_kctl_disconnect()
4592 group = g_flow_divert_groups[unit]; in flow_divert_kctl_disconnect()
4598 g_flow_divert_groups[unit] = NULL; in flow_divert_kctl_disconnect()
[all …]