Lines Matching refs:tx_buff
143 struct sk_buff *tx_buff; member
702 conn->tx_buff->data = conn->tx_buff->head; in conn_action_txdone()
703 skb_reset_tail_pointer(conn->tx_buff); in conn_action_txdone()
704 conn->tx_buff->len = 0; in conn_action_txdone()
707 header.next = conn->tx_buff->len + skb->len + NETIUCV_HDRLEN; in conn_action_txdone()
708 skb_put_data(conn->tx_buff, &header, NETIUCV_HDRLEN); in conn_action_txdone()
710 skb_put(conn->tx_buff, skb->len), in conn_action_txdone()
722 if (conn->tx_buff->len == 0) { in conn_action_txdone()
728 skb_put_data(conn->tx_buff, &header, NETIUCV_HDRLEN); in conn_action_txdone()
733 conn->tx_buff->data, conn->tx_buff->len); in conn_action_txdone()
735 conn->prof.txlen += conn->tx_buff->len; in conn_action_txdone()
1766 conn->tx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()
1767 if (!conn->tx_buff) in netiucv_new_connection()
1792 kfree_skb(conn->tx_buff); in netiucv_new_connection()
1822 kfree_skb(conn->tx_buff); in netiucv_remove_connection()