Home
last modified time | relevance | path

Searched refs:nil_pcb (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/bsd/netinet/
H A Dflow_divert.c132 static struct flow_divert_pcb nil_pcb; variable
388 new_pcb->log_level = nil_pcb.log_level; in flow_divert_pcb_create()
465 FDLOG(LOG_ERR, &nil_pcb, "failed to append the type (%d)", type); in flow_divert_packet_append_tlv()
471 FDLOG(LOG_ERR, &nil_pcb, "failed to append the length (%u)", length); in flow_divert_packet_append_tlv()
477 FDLOG0(LOG_ERR, &nil_pcb, "failed to append the value"); in flow_divert_packet_append_tlv()
543 …FDLOG(LOG_ERR, &nil_pcb, "Length of %u TLV (%u) is larger than remaining packet data (%lu)", type,… in flow_divert_packet_get_tlv()
597 FDLOG(LOG_ERR, &nil_pcb, "Failed to lookup group for control unit %u", ctl_unit); in flow_divert_packet_verify_hmac()
632 FDLOG0(LOG_WARNING, &nil_pcb, "HMAC in token does not match computed HMAC"); in flow_divert_packet_verify_hmac()
835 FDLOG0(LOG_ERR, &nil_pcb, "Ran out of trie nodes while splitting an existing node"); in flow_divert_trie_insert()
852 FDLOG0(LOG_ERR, &nil_pcb, "Ran out of child maps while splitting an existing node"); in flow_divert_trie_insert()
[all …]