Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_cache.h69 extern void tcp_heuristics_tfo_update(struct necp_tcp_tfo_cache *necp_buffer,
H A Dtcp_cache.c1465 tcp_heuristics_tfo_update(struct necp_tcp_tfo_cache *necp_buffer, in tcp_heuristics_tfo_update()
/xnu-8792.41.9/bsd/net/
H A Dnecp.h522 typedef struct necp_tcp_tfo_cache { struct
532 } necp_tcp_tfo_cache; argument
H A Dnecp_client.c9912 if (cache_buffer.necp_cache_buf_size != sizeof(necp_tcp_tfo_cache) || in necp_client_update_cache()
9918 necp_tcp_tfo_cache tfo_cache_buffer; in necp_client_update_cache()
9921 error = copyin(cache_buffer.necp_cache_buf_addr, &tfo_cache_buffer, sizeof(necp_tcp_tfo_cache)); in necp_client_update_cache()