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