int bond_dev_queue_xmit (struct bonding * bond, struct sk_buff * skb, struct net_device * slave_dev);
When the bond gets an skb to transmit that is already hardware accelerated VLAN tagged, and it needs to relay this skb to a slave that is not hw accel capable, the skb needs to be ``unaccelerated'', i.e. strip the hwaccel tag and re-insert it as part of the payload.
When the bond gets an skb to transmit that is already hardware accelerated VLAN tagged, and it needs to relay this skb to a slave that is not hw accel capable, the skb needs to be ``unaccelerated'', i.e. strip the hwaccel tag and re-insert it as part of the payload.