Searched refs:UDP_LOG_DROP_PCB (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.121.6/bsd/netinet/ |
| H A D | udp_log.h | 123 #define UDP_LOG_DROP_PCB(hdr, uh, inp, outgoing, reason) if (udp_is_log_enabled(inp, ULEF_DROP_PCB)… macro
|
| H A D | udp_usrreq.c | 2025 UDP_LOG_DROP_PCB((struct ip *)&ui->ui_i, &ui->ui_u, inp, true, "ipsec_setsocket error ENOBUFS"); in udp_output()
|
| /xnu-11417.121.6/bsd/netinet6/ |
| H A D | udp6_output.c | 557 UDP_LOG_DROP_PCB(ip6, udp6, in6p, true, "ipsec_setsocket error ENOBUFS"); in udp6_output()
|