Searched refs:ctl_unit (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | flow_divert.c | 240 flow_divert_group_lookup(uint32_t ctl_unit, struct flow_divert_pcb *fd_cb) in flow_divert_group_lookup() argument 248 } else if (ctl_unit == 0 || ctl_unit >= GROUP_COUNT_MAX) { in flow_divert_group_lookup() 249 FDLOG(LOG_ERR, fd_cb, "Cannot lookup group with invalid control unit (%u)", ctl_unit); in flow_divert_group_lookup() 251 group = g_flow_divert_groups[ctl_unit]; in flow_divert_group_lookup() 254 … fd_cb, "Group for control unit %u is NULL, flow divert cannot be used for this socket", ctl_unit); in flow_divert_group_lookup() 272 fd_cb->control_group_unit = group->ctl_unit; in flow_divert_pcb_insert() 275 …FDLOG(LOG_ERR, fd_cb, "Group %u already contains a PCB with hash %u", group->ctl_unit, fd_cb->hash… in flow_divert_pcb_insert() 279 FDLOG(LOG_ERR, fd_cb, "Group %u is defunct, cannot insert", group->ctl_unit); in flow_divert_pcb_insert() 287 flow_divert_add_to_group(struct flow_divert_pcb *fd_cb, uint32_t ctl_unit) in flow_divert_add_to_group() argument 295 group = flow_divert_group_lookup(ctl_unit, fd_cb); in flow_divert_add_to_group() [all …]
|
| H A D | flow_divert.h | 85 uint32_t ctl_unit; member
|
| /xnu-8796.141.3/bsd/sys/ |
| H A D | kern_control.h | 77 u_int32_t ctl_unit; member 508 u_int32_t ctl_unit; member
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | kern_control.c | 1725 if (ctl_find_by_id_unit(userkctl->ctl_id, userkctl->ctl_unit)) { in ctl_register() 1732 kctl->reg_unit = userkctl->ctl_unit; in ctl_register()
|