diff options
Diffstat (limited to 'include/uapi/linux/in6.h')
| -rw-r--r-- | include/uapi/linux/in6.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/in6.h b/include/uapi/linux/in6.h index 440d5c479145..633b93cac1ed 100644 --- a/include/uapi/linux/in6.h +++ b/include/uapi/linux/in6.h | |||
| @@ -85,6 +85,8 @@ struct in6_flowlabel_req { | |||
| 85 | 85 | ||
| 86 | #define IPV6_FL_F_CREATE 1 | 86 | #define IPV6_FL_F_CREATE 1 |
| 87 | #define IPV6_FL_F_EXCL 2 | 87 | #define IPV6_FL_F_EXCL 2 |
| 88 | #define IPV6_FL_F_REFLECT 4 | ||
| 89 | #define IPV6_FL_F_REMOTE 8 | ||
| 88 | 90 | ||
| 89 | #define IPV6_FL_S_NONE 0 | 91 | #define IPV6_FL_S_NONE 0 |
| 90 | #define IPV6_FL_S_EXCL 1 | 92 | #define IPV6_FL_S_EXCL 1 |
| @@ -188,6 +190,10 @@ enum { | |||
| 188 | #define IPV6_PMTUDISC_WANT 1 | 190 | #define IPV6_PMTUDISC_WANT 1 |
| 189 | #define IPV6_PMTUDISC_DO 2 | 191 | #define IPV6_PMTUDISC_DO 2 |
| 190 | #define IPV6_PMTUDISC_PROBE 3 | 192 | #define IPV6_PMTUDISC_PROBE 3 |
| 193 | /* same as IPV6_PMTUDISC_PROBE, provided for symetry with IPv4 | ||
| 194 | * also see comments on IP_PMTUDISC_INTERFACE | ||
| 195 | */ | ||
| 196 | #define IPV6_PMTUDISC_INTERFACE 4 | ||
| 191 | 197 | ||
| 192 | /* Flowlabel */ | 198 | /* Flowlabel */ |
| 193 | #define IPV6_FLOWLABEL_MGR 32 | 199 | #define IPV6_FLOWLABEL_MGR 32 |
