Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cache.c1314 tcp_heuristics_ecn_update(struct necp_tcp_ecn_cache *necp_buffer, in tcp_heuristics_ecn_update() argument
1332 if (necp_buffer->necp_tcp_ecn_heuristics_success) { in tcp_heuristics_ecn_update()
1334 } else if (necp_buffer->necp_tcp_ecn_heuristics_loss) { in tcp_heuristics_ecn_update()
1336 } else if (necp_buffer->necp_tcp_ecn_heuristics_drop_rst) { in tcp_heuristics_ecn_update()
1338 } else if (necp_buffer->necp_tcp_ecn_heuristics_syn_rst) { in tcp_heuristics_ecn_update()
1340 } else if (necp_buffer->necp_tcp_ecn_heuristics_aggressive) { in tcp_heuristics_ecn_update()
1380 tcp_heuristics_tfo_update(struct necp_tcp_tfo_cache *necp_buffer, in tcp_heuristics_tfo_update() argument
1401 if (necp_buffer->necp_tcp_tfo_heuristics_success) { in tcp_heuristics_tfo_update()
1406 if (necp_buffer->necp_tcp_tfo_heuristics_success_req) { in tcp_heuristics_tfo_update()
1410 if (necp_buffer->necp_tcp_tfo_heuristics_loss) { in tcp_heuristics_tfo_update()
[all …]
H A Dtcp_cache.h138 extern void tcp_heuristics_ecn_update(struct necp_tcp_ecn_cache *necp_buffer,
143 extern void tcp_heuristics_tfo_update(struct necp_tcp_tfo_cache *necp_buffer,