Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cache.c708 const size_t preamble = offsetof(struct tcp_heuristic, th_val_start); in tcp_getheuristic_with_lock() local
709 const size_t size = sizeof(struct tcp_heuristic) - preamble; in tcp_getheuristic_with_lock()
710 bzero(ptr + preamble, size); in tcp_getheuristic_with_lock()