diff options
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 50db9b04a552..2b7317ff297f 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -438,6 +438,11 @@ struct sk_buff { | |||
438 | #endif | 438 | #endif |
439 | 439 | ||
440 | int skb_iif; | 440 | int skb_iif; |
441 | |||
442 | __u32 rxhash; | ||
443 | |||
444 | __u16 vlan_tci; | ||
445 | |||
441 | #ifdef CONFIG_NET_SCHED | 446 | #ifdef CONFIG_NET_SCHED |
442 | __u16 tc_index; /* traffic control index */ | 447 | __u16 tc_index; /* traffic control index */ |
443 | #ifdef CONFIG_NET_CLS_ACT | 448 | #ifdef CONFIG_NET_CLS_ACT |
@@ -445,8 +450,6 @@ struct sk_buff { | |||
445 | #endif | 450 | #endif |
446 | #endif | 451 | #endif |
447 | 452 | ||
448 | __u32 rxhash; | ||
449 | |||
450 | __u16 queue_mapping; | 453 | __u16 queue_mapping; |
451 | kmemcheck_bitfield_begin(flags2); | 454 | kmemcheck_bitfield_begin(flags2); |
452 | #ifdef CONFIG_IPV6_NDISC_NODETYPE | 455 | #ifdef CONFIG_IPV6_NDISC_NODETYPE |
@@ -470,8 +473,6 @@ struct sk_buff { | |||
470 | __u32 dropcount; | 473 | __u32 dropcount; |
471 | }; | 474 | }; |
472 | 475 | ||
473 | __u16 vlan_tci; | ||
474 | |||
475 | sk_buff_data_t transport_header; | 476 | sk_buff_data_t transport_header; |
476 | sk_buff_data_t network_header; | 477 | sk_buff_data_t network_header; |
477 | sk_buff_data_t mac_header; | 478 | sk_buff_data_t mac_header; |