bpf: fix build due to missing tc_verd
authorAlexei Starovoitov <ast@plumgrid.com>
Thu, 4 Jun 2015 15:33:48 +0000 (08:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Jun 2015 18:45:59 +0000 (11:45 -0700)
commit94db13fe5ff144ea5afcfa3a3daf38a239090acf
tree3678b8a8862df453af41b1baf106683e71083c26
parentc39c4c6abb89d24454b63798ccbae12b538206a5
bpf: fix build due to missing tc_verd

fix build error:
net/core/filter.c: In function 'bpf_clone_redirect':
net/core/filter.c:1429:18: error: 'struct sk_buff' has no member named 'tc_verd'
  if (G_TC_AT(skb2->tc_verd) & AT_INGRESS)

Fixes: 3896d655f4d4 ("bpf: introduce bpf_clone_redirect() helper")
Reported-by: Or Gerlitz <gerlitz.or@gmail.com>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Alexei Starovoitov <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/filter.c