Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_cache.h143 extern void tcp_heuristics_tfo_update(struct necp_tcp_tfo_cache *necp_buffer,
H A Dtcp_cache.c1380 tcp_heuristics_tfo_update(struct necp_tcp_tfo_cache *necp_buffer, in tcp_heuristics_tfo_update()
1455 struct necp_tcp_tfo_cache necp_buffer = {};
/xnu-12377.41.6/bsd/net/
H A Dnecp.h581 typedef struct necp_tcp_tfo_cache { struct
591 } necp_tcp_tfo_cache; argument
H A Dnecp_client.c11250 if (cache_buffer.necp_cache_buf_size != sizeof(necp_tcp_tfo_cache) || in necp_client_update_cache()
11256 necp_tcp_tfo_cache tfo_cache_buffer; in necp_client_update_cache()
11259 error = copyin(cache_buffer.necp_cache_buf_addr, &tfo_cache_buffer, sizeof(necp_tcp_tfo_cache)); in necp_client_update_cache()