Lines Matching refs:tx_buff
143 struct sk_buff *tx_buff; member
706 conn->tx_buff->data = conn->tx_buff->head; in conn_action_txdone()
707 skb_reset_tail_pointer(conn->tx_buff); in conn_action_txdone()
708 conn->tx_buff->len = 0; in conn_action_txdone()
711 header.next = conn->tx_buff->len + skb->len + NETIUCV_HDRLEN; in conn_action_txdone()
712 skb_put_data(conn->tx_buff, &header, NETIUCV_HDRLEN); in conn_action_txdone()
714 skb_put(conn->tx_buff, skb->len), in conn_action_txdone()
726 if (conn->tx_buff->len == 0) { in conn_action_txdone()
732 skb_put_data(conn->tx_buff, &header, NETIUCV_HDRLEN); in conn_action_txdone()
737 conn->tx_buff->data, conn->tx_buff->len); in conn_action_txdone()
739 conn->prof.txlen += conn->tx_buff->len; in conn_action_txdone()
1770 conn->tx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()
1771 if (!conn->tx_buff) in netiucv_new_connection()
1796 kfree_skb(conn->tx_buff); in netiucv_new_connection()
1826 kfree_skb(conn->tx_buff); in netiucv_remove_connection()