Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_cache.c728 const size_t preamble = offsetof(struct tcp_heuristic, th_val_start); in tcp_getheuristic_with_lock() local
729 const size_t size = sizeof(struct tcp_heuristic) - preamble; in tcp_getheuristic_with_lock()
730 bzero(ptr + preamble, size); in tcp_getheuristic_with_lock()