BOND_DEV_QUEUE_XMIT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

bond_dev_queue_xmit - Prepare skb for xmit.  

SYNOPSIS

"SYNOPSIS"

int bond_dev_queue_xmit (struct bonding * bond, struct sk_buff * skb, struct net_device * slave_dev);  

ARGUMENTS

bond
bond device that got this skb for tx.
skb
hw accel VLAN tagged skb to transmit
slave_dev
slave that is supposed to xmit this skbuff
 

DESCRIPTION

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.  

DESCRIPTION

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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:01:59 GMT, October 09, 2005