aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/dccp.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r--net/dccp/dccp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h
index 33d86f53138b..3a94625a1af3 100644
--- a/net/dccp/dccp.h
+++ b/net/dccp/dccp.h
@@ -87,6 +87,7 @@ extern int sysctl_dccp_feat_tx_ccid;
87extern int sysctl_dccp_feat_ack_ratio; 87extern int sysctl_dccp_feat_ack_ratio;
88extern int sysctl_dccp_feat_send_ack_vector; 88extern int sysctl_dccp_feat_send_ack_vector;
89extern int sysctl_dccp_feat_send_ndp_count; 89extern int sysctl_dccp_feat_send_ndp_count;
90extern int sysctl_dccp_tx_qlen;
90 91
91/* is seq1 < seq2 ? */ 92/* is seq1 < seq2 ? */
92static inline int before48(const u64 seq1, const u64 seq2) 93static inline int before48(const u64 seq1, const u64 seq2)