Searched refs:fd_cb (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | flow_divert.c | 225 struct flow_divert_pcb *fd_cb = NULL; in flow_divert_pcb_lookup() local 230 fd_cb = RB_FIND(fd_pcb_tree, &group->pcb_tree, &key_item); in flow_divert_pcb_lookup() 231 FDRETAIN(fd_cb); in flow_divert_pcb_lookup() 234 return fd_cb; in flow_divert_pcb_lookup() 238 flow_divert_group_lookup(uint32_t ctl_unit, struct flow_divert_pcb *fd_cb) in flow_divert_group_lookup() argument 243 if (fd_cb != NULL) { in flow_divert_group_lookup() 244 FDLOG0(LOG_ERR, fd_cb, "No active groups, flow divert cannot be used for this socket"); in flow_divert_group_lookup() 247 FDLOG(LOG_ERR, fd_cb, "Cannot lookup group with invalid control unit (%u)", ctl_unit); in flow_divert_group_lookup() 250 if (fd_cb != NULL) { in flow_divert_group_lookup() 251 …FDLOG0(LOG_ERR, fd_cb, "No active non-in-process groups, flow divert cannot be used for this socke… in flow_divert_group_lookup() [all …]
|