Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_cache.c58 struct tcp_heuristic { struct
59 SLIST_ENTRY(tcp_heuristic) list;
90 SLIST_HEAD(tcp_heur_bucket, tcp_heuristic) tcp_heuristics; argument
684 static struct tcp_heuristic *
688 struct tcp_heuristic *__single tpheur = NULL; in tcp_getheuristic_with_lock()
711 struct tcp_heuristic *__single oldest_heur = NULL; in tcp_getheuristic_with_lock()
727 uint8_t *ptr = (uint8_t *)(struct tcp_heuristic *__indexable)tpheur; in tcp_getheuristic_with_lock()
728 const size_t preamble = offsetof(struct tcp_heuristic, th_val_start); in tcp_getheuristic_with_lock()
729 const size_t size = sizeof(struct tcp_heuristic) - preamble; in tcp_getheuristic_with_lock()
733 tpheur = kalloc_type(struct tcp_heuristic, Z_NOPAGEWAIT | Z_ZERO); in tcp_getheuristic_with_lock()
[all …]