Lines Matching refs:tcp_heuristic
58 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()
927 struct tcp_heuristic *tpheur; in tcp_heuristic_inc_counters()
1174 struct tcp_heuristic *tpheur; in tcp_heuristic_ecn_aggressive_common()
1218 struct tcp_heuristic *tpheur; in tcp_heuristic_do_tfo_common()
1272 struct tcp_heuristic *tpheur; in tcp_heuristic_do_mptcp()
1330 struct tcp_heuristic *tpheur; in tcp_heuristic_do_ecn_common()
1533 struct tcp_heuristic *tpheur, *htmp; in sysctl_cleartfocache()
1544 SLIST_REMOVE(&hhead->tcp_heuristics, tpheur, tcp_heuristic, list); in sysctl_cleartfocache()
1545 kfree_type(struct tcp_heuristic, tpheur); in sysctl_cleartfocache()