Lines Matching refs:tcp_heuristic
57 struct tcp_heuristic { struct
58 SLIST_ENTRY(tcp_heuristic) list;
91 SLIST_HEAD(tcp_heur_bucket, tcp_heuristic) tcp_heuristics; argument
681 static struct tcp_heuristic *
685 struct tcp_heuristic *tpheur = NULL; in tcp_getheuristic_with_lock()
708 struct tcp_heuristic *oldest_heur = NULL; in tcp_getheuristic_with_lock()
728 tpheur = kalloc_type(struct tcp_heuristic, Z_NOWAIT | Z_ZERO); in tcp_getheuristic_with_lock()
768 struct tcp_heuristic *tpheur; in tcp_heuristic_reset_counters()
875 __tcp_heuristic_tfo_middlebox_common(struct tcp_heuristic *tpheur) in __tcp_heuristic_tfo_middlebox_common()
909 struct tcp_heuristic *tpheur; in tcp_heuristic_tfo_middlebox_common()
926 struct tcp_heuristic *tpheur; in tcp_heuristic_inc_counters()
1173 struct tcp_heuristic *tpheur; in tcp_heuristic_ecn_aggressive_common()
1217 struct tcp_heuristic *tpheur; in tcp_heuristic_do_tfo_common()
1271 struct tcp_heuristic *tpheur; in tcp_heuristic_do_mptcp()
1329 struct tcp_heuristic *tpheur; in tcp_heuristic_do_ecn_common()
1532 struct tcp_heuristic *tpheur, *htmp; in sysctl_cleartfocache()
1543 SLIST_REMOVE(&hhead->tcp_heuristics, tpheur, tcp_heuristic, list); in sysctl_cleartfocache()
1544 kfree_type(struct tcp_heuristic, tpheur); in sysctl_cleartfocache()