net: core: introduce netif_skb_dev_features
authorFlorian Westphal <fw@strlen.de>
Sat, 22 Feb 2014 09:28:30 +0000 (10:28 +0100)
committerJiri Slaby <jslaby@suse.cz>
Wed, 26 Feb 2014 09:22:53 +0000 (10:22 +0100)
commit0777d823861813723375c0e6123acc61d4ff8d56
treed89fd4b31fb513d0ba36a89ae11eab12df35ed67
parent449c57330908bd59b524091c0b7d12d5ab39197d
net: core: introduce netif_skb_dev_features

commit d206940319c41df4299db75ed56142177bb2e5f6 upstream.

Will be used by upcoming ipv4 forward path change that needs to
determine feature mask using skb->dst->dev instead of skb->dev.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
include/linux/netdevice.h
net/core/dev.c