]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net-tc: convert tc_at to tc_at_ingress
authorWillem de Bruijn <willemb@google.com>
Sat, 7 Jan 2017 22:06:37 +0000 (17:06 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Jan 2017 01:58:52 +0000 (20:58 -0500)
commit8dc07fdbf2054f157e8333f940a1ad728916c786
tree57c9c5278fc96ac73f70b04c0895011c8faa820f
parenta5135bcfba7345031df45e02cd150a45add47cf8
net-tc: convert tc_at to tc_at_ingress

Field tc_at is used only within tc actions to distinguish ingress from
egress processing. A single bit is sufficient for this purpose.

Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
include/net/sch_generic.h
net/core/dev.c
net/sched/act_mirred.c