diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 77fe87f7a992..c9a3f9688223 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -2122,6 +2122,9 @@ struct tcp_ulp_ops { | |||
2122 | void (*update)(struct sock *sk, struct proto *p); | 2122 | void (*update)(struct sock *sk, struct proto *p); |
2123 | /* cleanup ulp */ | 2123 | /* cleanup ulp */ |
2124 | void (*release)(struct sock *sk); | 2124 | void (*release)(struct sock *sk); |
2125 | /* diagnostic */ | ||
2126 | int (*get_info)(const struct sock *sk, struct sk_buff *skb); | ||
2127 | size_t (*get_info_size)(const struct sock *sk); | ||
2125 | 2128 | ||
2126 | char name[TCP_ULP_NAME_MAX]; | 2129 | char name[TCP_ULP_NAME_MAX]; |
2127 | struct module *owner; | 2130 | struct module *owner; |