Home
last modified time | relevance | path

Searched refs:necp_tcp_tfo_cache (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/bsd/netinet/
H A Dtcp_cache.h69 extern void tcp_heuristics_tfo_update(struct necp_tcp_tfo_cache *necp_buffer,
H A Dtcp_cache.c1470 tcp_heuristics_tfo_update(struct necp_tcp_tfo_cache *necp_buffer, in tcp_heuristics_tfo_update()
1545 struct necp_tcp_tfo_cache necp_buffer = {};
/xnu-11417.140.69/bsd/net/
H A Dnecp.h577 typedef struct necp_tcp_tfo_cache { struct
587 } necp_tcp_tfo_cache; argument
H A Dnecp_client.c10409 if (cache_buffer.necp_cache_buf_size != sizeof(necp_tcp_tfo_cache) || in necp_client_update_cache()
10415 necp_tcp_tfo_cache tfo_cache_buffer; in necp_client_update_cache()
10418 error = copyin(cache_buffer.necp_cache_buf_addr, &tfo_cache_buffer, sizeof(necp_tcp_tfo_cache)); in necp_client_update_cache()