Searched refs:tcp_heuristic_inc_counters (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | tcp_cache.c | 905 tcp_heuristic_inc_counters(struct tcp_cache_key_src *tcks, in tcp_heuristic_inc_counters() function 1044 tcp_heuristic_inc_counters(&tcks, flag); in tcp_heuristic_tfo_loss() 1062 tcp_heuristic_inc_counters(&tcks, flag); in tcp_heuristic_tfo_rst() 1077 tcp_heuristic_inc_counters(&tcks, TCPCACHE_F_MPTCP); in tcp_heuristic_mptcp_loss() 1091 tcp_heuristic_inc_counters(&tcks, TCPCACHE_F_ECN_SYN_LOSS); in tcp_heuristic_ecn_loss() 1100 tcp_heuristic_inc_counters(&tcks, TCPCACHE_F_ECN_DROPRST); in tcp_heuristic_ecn_droprst() 1109 tcp_heuristic_inc_counters(&tcks, TCPCACHE_F_ECN_SYNRST); in tcp_heuristic_ecn_synrst() 1118 tcp_heuristic_inc_counters(&tcks, TCPCACHE_F_ECN_AGGRESSIVE); in tcp_heuristic_ecn_aggressive() 1335 tcp_heuristic_inc_counters(&tcks, TCPCACHE_F_ECN_SYN_LOSS); in tcp_heuristics_ecn_update() 1337 tcp_heuristic_inc_counters(&tcks, TCPCACHE_F_ECN_DROPRST); in tcp_heuristics_ecn_update() [all …]
|