net: sched: cls_bpf: rename cls_bpf_modify_existing function
authorJiri Pirko <jiri@mellanox.com>
Fri, 4 Aug 2017 12:29:04 +0000 (14:29 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Aug 2017 18:21:24 +0000 (11:21 -0700)
commit6a725c481df36b1ad471ea788a5bc64c25bf7af8
tree3d22b3b81b0e23497d15a3153b814b60b792b879
parent978dfd8d14a503d20be1f1e2ae328c3eac675a2d
net: sched: cls_bpf: rename cls_bpf_modify_existing function

The name cls_bpf_modify_existing is highly misleading, as it indeed does
not modify anything existing. It does not modify at all.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_bpf.c