Searched refs:tx_buf_p (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dsbni.c75 struct sk_buff *tx_buf_p; /* transmit buffer ptr */ member in struct:net_local
453 if( nl->tx_buf_p || (nl->state & FL_LINE_DOWN) ) {
686 struct sk_buff *skb = nl->tx_buf_p;
762 += nl->tx_buf_p->len;
765 nl->stats.tx_bytes += nl->tx_buf_p->len;
767 dev_kfree_skb_irq( nl->tx_buf_p );
769 nl->tx_buf_p = NULL;
791 nl->tx_buf_p->len - nl->outpos);
849 /* nl->tx_buf_p == NULL here! */
850 if( nl->tx_buf_p )
[all...]

Completed in 32 milliseconds