Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_cache.c58 struct tcp_heuristic { struct
59 SLIST_ENTRY(tcp_heuristic) list;
92 SLIST_HEAD(tcp_heur_bucket, tcp_heuristic) tcp_heuristics; argument
682 static struct tcp_heuristic *
686 struct tcp_heuristic *tpheur = NULL; in tcp_getheuristic_with_lock()
709 struct tcp_heuristic *oldest_heur = NULL; in tcp_getheuristic_with_lock()
729 tpheur = kalloc_type(struct tcp_heuristic, Z_NOPAGEWAIT | Z_ZERO); in tcp_getheuristic_with_lock()
769 struct tcp_heuristic *tpheur; in tcp_heuristic_reset_counters()
876 __tcp_heuristic_tfo_middlebox_common(struct tcp_heuristic *tpheur) in __tcp_heuristic_tfo_middlebox_common()
910 struct tcp_heuristic *tpheur; in tcp_heuristic_tfo_middlebox_common()
[all …]