summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 0d2929223c70..8f5cef67fd35 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -2057,7 +2057,6 @@ struct tcp_ulp_ops {
2057int tcp_register_ulp(struct tcp_ulp_ops *type); 2057int tcp_register_ulp(struct tcp_ulp_ops *type);
2058void tcp_unregister_ulp(struct tcp_ulp_ops *type); 2058void tcp_unregister_ulp(struct tcp_ulp_ops *type);
2059int tcp_set_ulp(struct sock *sk, const char *name); 2059int tcp_set_ulp(struct sock *sk, const char *name);
2060int tcp_set_ulp_id(struct sock *sk, const int ulp);
2061void tcp_get_available_ulp(char *buf, size_t len); 2060void tcp_get_available_ulp(char *buf, size_t len);
2062void tcp_cleanup_ulp(struct sock *sk); 2061void tcp_cleanup_ulp(struct sock *sk);
2063 2062