Searched refs:nil_pcb (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/bsd/netinet/ |
| H A D | flow_divert.c | 127 static struct flow_divert_pcb nil_pcb; variable 383 new_pcb->log_level = nil_pcb.log_level; in flow_divert_pcb_create() 472 FDLOG0(LOG_ERR, &nil_pcb, "failed to append the value"); in flow_divert_packet_append_tlv() 1009 if (LOG_INFO <= nil_pcb.log_level) { in flow_divert_find_proc_by_uuid() 2963 FDLOG(LOG_ERR, &nil_pcb, "Invalid key size: %u", key_size); in flow_divert_handle_group_init() 2969 nil_pcb.log_level = (uint8_t)log_level; in flow_divert_handle_group_init() 3124 FDLOG0(LOG_NOTICE, &nil_pcb, "No signing identifiers"); in flow_divert_handle_app_map_create() 4572 FDLOG(LOG_INFO, &nil_pcb, "disconnecting group %d", unit); in flow_divert_kctl_disconnect() 4657 FDLOG0(LOG_DEBUG, &nil_pcb, "trying ctl_enqueuembuf again"); in flow_divert_kctl_rcvd() 4730 memset(&nil_pcb, 0, sizeof(nil_pcb)); in flow_divert_init() [all …]
|