Searched refs:tcp_congestion_ops (Results 1 – 2 of 2) sorted by relevance
32 struct tcp_congestion_ops;100 const struct tcp_congestion_ops *icsk_ca_ops;
1004 struct tcp_congestion_ops { struct1044 int tcp_register_congestion_control(struct tcp_congestion_ops *type); argument1045 void tcp_unregister_congestion_control(struct tcp_congestion_ops *type);1063 extern struct tcp_congestion_ops tcp_reno;1065 struct tcp_congestion_ops *tcp_ca_find_key(u32 key);1324 const struct tcp_congestion_ops *ca_ops = inet_csk(sk)->icsk_ca_ops; in tcp_slow_start_after_idle_check()