Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
This commit is contained in:
@@ -438,6 +438,11 @@ struct sk_buff {
|
||||
#endif
|
||||
|
||||
int skb_iif;
|
||||
|
||||
__u32 rxhash;
|
||||
|
||||
__u16 vlan_tci;
|
||||
|
||||
#ifdef CONFIG_NET_SCHED
|
||||
__u16 tc_index; /* traffic control index */
|
||||
#ifdef CONFIG_NET_CLS_ACT
|
||||
@@ -445,8 +450,6 @@ struct sk_buff {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
__u32 rxhash;
|
||||
|
||||
__u16 queue_mapping;
|
||||
kmemcheck_bitfield_begin(flags2);
|
||||
#ifdef CONFIG_IPV6_NDISC_NODETYPE
|
||||
@@ -470,8 +473,6 @@ struct sk_buff {
|
||||
__u32 dropcount;
|
||||
};
|
||||
|
||||
__u16 vlan_tci;
|
||||
|
||||
sk_buff_data_t transport_header;
|
||||
sk_buff_data_t network_header;
|
||||
sk_buff_data_t mac_header;
|
||||
|
Reference in New Issue
Block a user