Searched refs:fd_cb (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | flow_divert.c | 226 struct flow_divert_pcb *fd_cb = NULL; in flow_divert_pcb_lookup() local 231 fd_cb = RB_FIND(fd_pcb_tree, &group->pcb_tree, &key_item); in flow_divert_pcb_lookup() 232 FDRETAIN(fd_cb); in flow_divert_pcb_lookup() 235 return fd_cb; in flow_divert_pcb_lookup() 239 flow_divert_group_lookup(uint32_t ctl_unit, struct flow_divert_pcb *fd_cb) in flow_divert_group_lookup() argument 244 if (fd_cb != NULL) { in flow_divert_group_lookup() 245 FDLOG0(LOG_ERR, fd_cb, "No active groups, flow divert cannot be used for this socket"); in flow_divert_group_lookup() 248 FDLOG(LOG_ERR, fd_cb, "Cannot lookup group with invalid control unit (%u)", ctl_unit); in flow_divert_group_lookup() 251 if (fd_cb != NULL) { in flow_divert_group_lookup() 252 …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 …]
|