aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ipv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ipv6.h')
-rw-r--r--include/linux/ipv6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h
index 2102d8b67c01..9b59e37afad9 100644
--- a/include/linux/ipv6.h
+++ b/include/linux/ipv6.h
@@ -315,8 +315,8 @@ struct ipv6_pinfo {
315 struct sk_buff *pktoptions; 315 struct sk_buff *pktoptions;
316 struct { 316 struct {
317 struct ipv6_txoptions *opt; 317 struct ipv6_txoptions *opt;
318 int hop_limit; 318 u8 hop_limit;
319 int tclass; 319 u8 tclass;
320 } cork; 320 } cork;
321}; 321};
322 322