diff options
author | Alexei Starovoitov <[email protected]> | 2015-06-04 08:33:48 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2015-06-04 11:45:59 -0700 |
commit | 94db13fe5ff144ea5afcfa3a3daf38a239090acf (patch) | |
tree | 3678b8a8862df453af41b1baf106683e71083c26 /tools/perf/scripts/python | |
parent | c39c4c6abb89d24454b63798ccbae12b538206a5 (diff) |
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 <[email protected]>
Reported-by: Fengguang Wu <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions