Searched refs:tcp_heuristic (Results 1 – 1 of 1) sorted by relevance
47 struct tcp_heuristic { struct48 SLIST_ENTRY(tcp_heuristic) list;79 SLIST_HEAD(tcp_heur_bucket, tcp_heuristic) tcp_heuristics; argument664 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 …]