Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dflow_divert.c2171 struct flow_divert_group *next_group = NULL; in flow_divert_try_next_group() local
2187 next_group = flow_divert_group_lookup(next_ctl_unit, fd_cb); in flow_divert_try_next_group()
2188 if (next_group == NULL) { in flow_divert_try_next_group()
2195 error = flow_divert_pcb_insert(fd_cb, next_group); in flow_divert_try_next_group()
2203 FDGRP_RELEASE(next_group); in flow_divert_try_next_group()