aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r--net/ipv4/tcp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 86b9f67abed..1a700651600 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -2601,6 +2601,12 @@ static int do_tcp_getsockopt(struct sock *sk, int level,
2601 return -EFAULT; 2601 return -EFAULT;
2602 return 0; 2602 return 0;
2603 } 2603 }
2604 case TCP_THIN_LINEAR_TIMEOUTS:
2605 val = tp->thin_lto;
2606 break;
2607 case TCP_THIN_DUPACK:
2608 val = tp->thin_dupack;
2609 break;
2604 default: 2610 default:
2605 return -ENOPROTOOPT; 2611 return -ENOPROTOOPT;
2606 } 2612 }