]> git.baikalelectronics.ru Git - kernel.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)
commit2127c21b9428f8eed2285dffda509a7b4a7856f8
tree57c9c5278fc96ac73f70b04c0895011c8faa820f
parent8d22c03962b7d6e23f4260740a6c8d9df5d565d9
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