Searched refs:FDLOG0 (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | flow_divert.c | 93 #define FDLOG0(level, pcb, msg) \ macro 245 FDLOG0(LOG_ERR, fd_cb, "No active groups, flow divert cannot be used for this socket"); in flow_divert_group_lookup() 252 …FDLOG0(LOG_ERR, fd_cb, "No active non-in-process groups, flow divert cannot be used for this socke… in flow_divert_group_lookup() 267 … FDLOG0(LOG_ERR, fd_cb, "No active in-process groups, flow divert cannot be used for this socket"); in flow_divert_group_lookup() 367 FDLOG0(LOG_ERR, fd_cb, "Failed to create a unique hash"); in flow_divert_add_to_group() 472 FDLOG0(LOG_ERR, &nil_pcb, "failed to append the value"); in flow_divert_packet_append_tlv() 627 FDLOG0(LOG_WARNING, &nil_pcb, "HMAC in token does not match computed HMAC"); in flow_divert_packet_verify_hmac() 683 FDLOG0(LOG_ERR, fd_cb, "Cellular is denied"); in flow_divert_check_no_cellular() 702 FDLOG0(LOG_ERR, fd_cb, "Expensive is denied"); in flow_divert_check_no_expensive() 721 FDLOG0(LOG_ERR, fd_cb, "Constrained is denied"); in flow_divert_check_no_constrained() [all …]
|