diff options
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 8ad4beab2888..6e8880ea49e7 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -397,6 +397,8 @@ enum | |||
397 | NET_TCP_CONG_CONTROL=110, | 397 | NET_TCP_CONG_CONTROL=110, |
398 | NET_TCP_ABC=111, | 398 | NET_TCP_ABC=111, |
399 | NET_IPV4_IPFRAG_MAX_DIST=112, | 399 | NET_IPV4_IPFRAG_MAX_DIST=112, |
400 | NET_TCP_MTU_PROBING=113, | ||
401 | NET_TCP_BASE_MSS=114, | ||
400 | }; | 402 | }; |
401 | 403 | ||
402 | enum { | 404 | enum { |