[VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 15 Aug 2006 00:08:36 +0000 (17:08 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 17 Aug 2006 23:29:46 +0000 (16:29 -0700)
Since __vlan_hwaccel_rx() is essentially bypassing the
netif_receive_skb() call that would have occurred if we did the VLAN
decapsulation in software, we are missing the skb_bond() call and the
assosciated checks it does.

Export those checks via an inline function, skb_bond_should_drop(),
and use this in __vlan_hwaccel_rx().

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found