diff options
Diffstat (limited to 'net/dccp/input.c')
-rw-r--r-- | net/dccp/input.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/dccp/input.c b/net/dccp/input.c index c81488fa293e..9a724ff2a622 100644 --- a/net/dccp/input.c +++ b/net/dccp/input.c | |||
@@ -250,6 +250,8 @@ discard: | |||
250 | return 0; | 250 | return 0; |
251 | } | 251 | } |
252 | 252 | ||
253 | EXPORT_SYMBOL_GPL(dccp_rcv_established); | ||
254 | |||
253 | static int dccp_rcv_request_sent_state_process(struct sock *sk, | 255 | static int dccp_rcv_request_sent_state_process(struct sock *sk, |
254 | struct sk_buff *skb, | 256 | struct sk_buff *skb, |
255 | const struct dccp_hdr *dh, | 257 | const struct dccp_hdr *dh, |
@@ -567,3 +569,5 @@ discard: | |||
567 | } | 569 | } |
568 | return 0; | 570 | return 0; |
569 | } | 571 | } |
572 | |||
573 | EXPORT_SYMBOL_GPL(dccp_rcv_state_process); | ||