Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cache.c1402 tcp_heuristics_ecn_update(struct necp_tcp_ecn_cache *necp_buffer, in tcp_heuristics_ecn_update() argument
1420 if (necp_buffer->necp_tcp_ecn_heuristics_success) { in tcp_heuristics_ecn_update()
1422 } else if (necp_buffer->necp_tcp_ecn_heuristics_loss) { in tcp_heuristics_ecn_update()
1424 } else if (necp_buffer->necp_tcp_ecn_heuristics_drop_rst) { in tcp_heuristics_ecn_update()
1426 } else if (necp_buffer->necp_tcp_ecn_heuristics_drop_rxmt) { in tcp_heuristics_ecn_update()
1428 } else if (necp_buffer->necp_tcp_ecn_heuristics_syn_rst) { in tcp_heuristics_ecn_update()
1430 } else if (necp_buffer->necp_tcp_ecn_heuristics_aggressive) { in tcp_heuristics_ecn_update()
1470 tcp_heuristics_tfo_update(struct necp_tcp_tfo_cache *necp_buffer, in tcp_heuristics_tfo_update() argument
1491 if (necp_buffer->necp_tcp_tfo_heuristics_success) { in tcp_heuristics_tfo_update()
1496 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,