diff options
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r-- | net/dccp/dccp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index d008da91cec2..48ad5d9da7cb 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -251,6 +251,7 @@ extern bool dccp_qpolicy_full(struct sock *sk); | |||
251 | extern void dccp_qpolicy_drop(struct sock *sk, struct sk_buff *skb); | 251 | extern void dccp_qpolicy_drop(struct sock *sk, struct sk_buff *skb); |
252 | extern struct sk_buff *dccp_qpolicy_top(struct sock *sk); | 252 | extern struct sk_buff *dccp_qpolicy_top(struct sock *sk); |
253 | extern struct sk_buff *dccp_qpolicy_pop(struct sock *sk); | 253 | extern struct sk_buff *dccp_qpolicy_pop(struct sock *sk); |
254 | extern bool dccp_qpolicy_param_ok(struct sock *sk, __be32 param); | ||
254 | 255 | ||
255 | /* | 256 | /* |
256 | * TX Packet Output and TX Timers | 257 | * TX Packet Output and TX Timers |