Searched refs:nil_pcb (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | flow_divert.c | 126 static struct flow_divert_pcb nil_pcb; variable 251 FDLOG0(LOG_ERR, &nil_pcb, "No active groups, flow divert cannot be used for this socket"); in flow_divert_pcb_insert() 258 …FDLOG(LOG_ERR, &nil_pcb, "Group for control unit %u is NULL, flow divert cannot be used for this s… in flow_divert_pcb_insert() 322 new_pcb->log_level = nil_pcb.log_level; in flow_divert_pcb_create() 397 FDLOG(LOG_ERR, &nil_pcb, "failed to append the type (%d)", type); in flow_divert_packet_append_tlv() 403 FDLOG(LOG_ERR, &nil_pcb, "failed to append the length (%u)", length); in flow_divert_packet_append_tlv() 409 FDLOG0(LOG_ERR, &nil_pcb, "failed to append the value"); in flow_divert_packet_append_tlv() 475 …FDLOG(LOG_ERR, &nil_pcb, "Length of %u TLV (%u) is larger than remaining packet data (%lu)", type,… in flow_divert_packet_get_tlv() 569 FDLOG0(LOG_WARNING, &nil_pcb, "HMAC in token does not match computed HMAC"); in flow_divert_packet_verify_hmac() 768 FDLOG0(LOG_ERR, &nil_pcb, "Ran out of trie nodes while splitting an existing node"); in flow_divert_trie_insert() [all …]
|