diff options
Diffstat (limited to 'net/dccp/proto.c')
-rw-r--r-- | net/dccp/proto.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/dccp/proto.c b/net/dccp/proto.c index 01332fe7a99a..b4b10cbd8880 100644 --- a/net/dccp/proto.c +++ b/net/dccp/proto.c | |||
@@ -649,6 +649,8 @@ static int do_dccp_getsockopt(struct sock *sk, int level, int optname, | |||
649 | case DCCP_SOCKOPT_GET_CUR_MPS: | 649 | case DCCP_SOCKOPT_GET_CUR_MPS: |
650 | val = dp->dccps_mss_cache; | 650 | val = dp->dccps_mss_cache; |
651 | break; | 651 | break; |
652 | case DCCP_SOCKOPT_AVAILABLE_CCIDS: | ||
653 | return ccid_getsockopt_builtin_ccids(sk, len, optval, optlen); | ||
652 | case DCCP_SOCKOPT_SERVER_TIMEWAIT: | 654 | case DCCP_SOCKOPT_SERVER_TIMEWAIT: |
653 | val = dp->dccps_server_timewait; | 655 | val = dp->dccps_server_timewait; |
654 | break; | 656 | break; |