diff options
Diffstat (limited to 'net/sched/cls_bpf.c')
-rw-r--r-- | net/sched/cls_bpf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_bpf.c b/net/sched/cls_bpf.c index 1002a8226281..d7c72be121f3 100644 --- a/net/sched/cls_bpf.c +++ b/net/sched/cls_bpf.c | |||
@@ -323,7 +323,7 @@ static int cls_bpf_dump(struct tcf_proto *tp, unsigned long fh, | |||
323 | if (nla == NULL) | 323 | if (nla == NULL) |
324 | goto nla_put_failure; | 324 | goto nla_put_failure; |
325 | 325 | ||
326 | memcpy(nla_data(nla), prog->bpf_ops, nla_len(nla)); | 326 | memcpy(nla_data(nla), prog->bpf_ops, nla_len(nla)); |
327 | 327 | ||
328 | if (tcf_exts_dump(skb, &prog->exts, &bpf_ext_map) < 0) | 328 | if (tcf_exts_dump(skb, &prog->exts, &bpf_ext_map) < 0) |
329 | goto nla_put_failure; | 329 | goto nla_put_failure; |