diff options
| -rw-r--r-- | include/linux/in6.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/linux/in6.h b/include/linux/in6.h index 50cdc3ad61a7..304aaedea305 100644 --- a/include/linux/in6.h +++ b/include/linux/in6.h | |||
| @@ -221,6 +221,20 @@ struct in6_flowlabel_req | |||
| 221 | #define IPV6_DONTFRAG 62 | 221 | #define IPV6_DONTFRAG 62 |
| 222 | #define IPV6_USE_MIN_MTU 63 | 222 | #define IPV6_USE_MIN_MTU 63 |
| 223 | #endif | 223 | #endif |
| 224 | |||
| 225 | /* | ||
| 226 | * Netfilter | ||
| 227 | * | ||
| 228 | * Following socket options are used in ip6_tables; | ||
| 229 | * see include/linux/netfilter_ipv6/ip6_tables.h. | ||
| 230 | * | ||
| 231 | * IP6T_SO_SET_REPLACE / IP6T_SO_GET_INFO 64 | ||
| 232 | * IP6T_SO_SET_ADD_COUNTERS / IP6T_SO_GET_ENTRIES 65 | ||
| 233 | */ | ||
| 234 | |||
| 235 | /* | ||
| 236 | * Advanced API (RFC3542) (2) | ||
| 237 | */ | ||
| 224 | #define IPV6_RECVTCLASS 66 | 238 | #define IPV6_RECVTCLASS 66 |
| 225 | #define IPV6_TCLASS 67 | 239 | #define IPV6_TCLASS 67 |
| 226 | 240 | ||
