diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 1 |
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 { | |||
2057 | int tcp_register_ulp(struct tcp_ulp_ops *type); | 2057 | int tcp_register_ulp(struct tcp_ulp_ops *type); |
2058 | void tcp_unregister_ulp(struct tcp_ulp_ops *type); | 2058 | void tcp_unregister_ulp(struct tcp_ulp_ops *type); |
2059 | int tcp_set_ulp(struct sock *sk, const char *name); | 2059 | int tcp_set_ulp(struct sock *sk, const char *name); |
2060 | int tcp_set_ulp_id(struct sock *sk, const int ulp); | ||
2061 | void tcp_get_available_ulp(char *buf, size_t len); | 2060 | void tcp_get_available_ulp(char *buf, size_t len); |
2062 | void tcp_cleanup_ulp(struct sock *sk); | 2061 | void tcp_cleanup_ulp(struct sock *sk); |
2063 | 2062 | ||