diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index cca3c59b98bf..f42d300f0cfa 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -1064,7 +1064,8 @@ void tcp_get_default_congestion_control(struct net *net, char *name); | |||
1064 | void tcp_get_available_congestion_control(char *buf, size_t len); | 1064 | void tcp_get_available_congestion_control(char *buf, size_t len); |
1065 | void tcp_get_allowed_congestion_control(char *buf, size_t len); | 1065 | void tcp_get_allowed_congestion_control(char *buf, size_t len); |
1066 | int tcp_set_allowed_congestion_control(char *allowed); | 1066 | int tcp_set_allowed_congestion_control(char *allowed); |
1067 | int tcp_set_congestion_control(struct sock *sk, const char *name, bool load, bool reinit); | 1067 | int tcp_set_congestion_control(struct sock *sk, const char *name, bool load, |
1068 | bool reinit, bool cap_net_admin); | ||
1068 | u32 tcp_slow_start(struct tcp_sock *tp, u32 acked); | 1069 | u32 tcp_slow_start(struct tcp_sock *tp, u32 acked); |
1069 | void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked); | 1070 | void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked); |
1070 | 1071 | ||