Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/ !
H A Dtcp_cache.c47 struct tcp_heuristic { struct
48 SLIST_ENTRY(tcp_heuristic) list;
79 SLIST_HEAD(tcp_heur_bucket, tcp_heuristic) tcp_heuristics; argument
664 static struct tcp_heuristic *
668 struct tcp_heuristic *__single tpheur = NULL; in tcp_getheuristic_with_lock()
691 struct tcp_heuristic *__single oldest_heur = NULL; in tcp_getheuristic_with_lock()
707 uint8_t *ptr = (uint8_t *)(struct tcp_heuristic *__indexable)tpheur; in tcp_getheuristic_with_lock()
708 const size_t preamble = offsetof(struct tcp_heuristic, th_val_start); in tcp_getheuristic_with_lock()
709 const size_t size = sizeof(struct tcp_heuristic) - preamble; in tcp_getheuristic_with_lock()
713 tpheur = kalloc_type(struct tcp_heuristic, Z_NOPAGEWAIT | Z_ZERO); in tcp_getheuristic_with_lock()
[all …]