Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_cache.c1397 tcp_heuristics_ecn_update(struct necp_tcp_ecn_cache *necp_buffer, in tcp_heuristics_ecn_update() argument
1415 if (necp_buffer->necp_tcp_ecn_heuristics_success) { in tcp_heuristics_ecn_update()
1417 } else if (necp_buffer->necp_tcp_ecn_heuristics_loss) { in tcp_heuristics_ecn_update()
1419 } else if (necp_buffer->necp_tcp_ecn_heuristics_drop_rst) { in tcp_heuristics_ecn_update()
1421 } else if (necp_buffer->necp_tcp_ecn_heuristics_drop_rxmt) { in tcp_heuristics_ecn_update()
1423 } else if (necp_buffer->necp_tcp_ecn_heuristics_syn_rst) { in tcp_heuristics_ecn_update()
1425 } else if (necp_buffer->necp_tcp_ecn_heuristics_aggressive) { in tcp_heuristics_ecn_update()
1465 tcp_heuristics_tfo_update(struct necp_tcp_tfo_cache *necp_buffer, in tcp_heuristics_tfo_update() argument
1486 if (necp_buffer->necp_tcp_tfo_heuristics_success) { in tcp_heuristics_tfo_update()
1491 if (necp_buffer->necp_tcp_tfo_heuristics_success_req) { in tcp_heuristics_tfo_update()
[all …]
H A Dtcp_cache.h64 extern void tcp_heuristics_ecn_update(struct necp_tcp_ecn_cache *necp_buffer,
69 extern void tcp_heuristics_tfo_update(struct necp_tcp_tfo_cache *necp_buffer,