Searched refs:nil_pcb (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/netinet/ |
| H A D | flow_divert.c | 127 static struct flow_divert_pcb nil_pcb; variable 397 new_pcb->log_level = nil_pcb.log_level; in flow_divert_pcb_create() 474 FDLOG(LOG_ERR, &nil_pcb, "failed to append the type (%d)", type); in flow_divert_packet_append_tlv() 480 FDLOG(LOG_ERR, &nil_pcb, "failed to append the length (%u)", length); in flow_divert_packet_append_tlv() 486 FDLOG0(LOG_ERR, &nil_pcb, "failed to append the value"); in flow_divert_packet_append_tlv() 552 …FDLOG(LOG_ERR, &nil_pcb, "Length of %u TLV (%u) is larger than remaining packet data (%lu)", type,… in flow_divert_packet_get_tlv() 606 FDLOG(LOG_ERR, &nil_pcb, "Failed to lookup group for control unit %u", ctl_unit); in flow_divert_packet_verify_hmac() 641 FDLOG0(LOG_WARNING, &nil_pcb, "HMAC in token does not match computed HMAC"); in flow_divert_packet_verify_hmac() 840 FDLOG0(LOG_ERR, &nil_pcb, "Ran out of trie nodes while splitting an existing node"); in flow_divert_trie_insert() 857 FDLOG0(LOG_ERR, &nil_pcb, "Ran out of child maps while splitting an existing node"); in flow_divert_trie_insert() [all …]
|