diff options
Diffstat (limited to 'net/dccp/feat.h')
-rw-r--r-- | net/dccp/feat.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/dccp/feat.h b/net/dccp/feat.h index 9eefdb43783e..2c92bd18e5f4 100644 --- a/net/dccp/feat.h +++ b/net/dccp/feat.h | |||
@@ -110,8 +110,9 @@ static inline void dccp_feat_debug(const u8 type, const u8 feat, const u8 val) | |||
110 | #define dccp_feat_debug(type, feat, val) | 110 | #define dccp_feat_debug(type, feat, val) |
111 | #endif /* CONFIG_IP_DCCP_DEBUG */ | 111 | #endif /* CONFIG_IP_DCCP_DEBUG */ |
112 | 112 | ||
113 | extern int dccp_feat_change(struct dccp_minisock *dmsk, u8 type, u8 feature, | 113 | extern int dccp_feat_register_sp(struct sock *sk, u8 feat, u8 is_local, |
114 | u8 *val, u8 len, gfp_t gfp); | 114 | u8 const *list, u8 len); |
115 | extern int dccp_feat_register_nn(struct sock *sk, u8 feat, u64 val); | ||
115 | extern int dccp_feat_change_recv(struct sock *sk, u8 type, u8 feature, | 116 | extern int dccp_feat_change_recv(struct sock *sk, u8 type, u8 feature, |
116 | u8 *val, u8 len); | 117 | u8 *val, u8 len); |
117 | extern int dccp_feat_confirm_recv(struct sock *sk, u8 type, u8 feature, | 118 | extern int dccp_feat_confirm_recv(struct sock *sk, u8 type, u8 feature, |