Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dudp_usrreq.c3251 bool should_throttle = false; in udp_port_unreach_rlc_common() local
3267 should_throttle = true; in udp_port_unreach_rlc_common()
3271 should_throttle = false; in udp_port_unreach_rlc_common()
3289 return should_throttle; in udp_port_unreach_rlc_common()
H A Dtcp_subr.c346 bool should_throttle = false; in tcp_rst_rlc_compress() local
378 should_throttle = true; in tcp_rst_rlc_compress()
382 should_throttle = false; in tcp_rst_rlc_compress()
402 return should_throttle; in tcp_rst_rlc_compress()