Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Dudp_log.h123 #define UDP_LOG_DROP_PCB(hdr, uh, inp, outgoing, reason) if (udp_is_log_enabled(inp, ULEF_DROP_PCB)… macro
H A Dudp_usrreq.c2025 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 Dudp6_output.c557 UDP_LOG_DROP_PCB(ip6, udp6, in6p, true, "ipsec_setsocket error ENOBUFS"); in udp6_output()