Lines Matching refs:tx_buff
192 struct sk_buff *tx_buff; member
756 conn->tx_buff->data = conn->tx_buff->head; in conn_action_txdone()
757 skb_reset_tail_pointer(conn->tx_buff); in conn_action_txdone()
758 conn->tx_buff->len = 0; in conn_action_txdone()
761 header.next = conn->tx_buff->len + skb->len + NETIUCV_HDRLEN; in conn_action_txdone()
762 skb_put_data(conn->tx_buff, &header, NETIUCV_HDRLEN); in conn_action_txdone()
764 skb_put(conn->tx_buff, skb->len), in conn_action_txdone()
776 if (conn->tx_buff->len == 0) { in conn_action_txdone()
782 skb_put_data(conn->tx_buff, &header, NETIUCV_HDRLEN); in conn_action_txdone()
787 conn->tx_buff->data, conn->tx_buff->len); in conn_action_txdone()
789 conn->prof.txlen += conn->tx_buff->len; in conn_action_txdone()
1876 conn->tx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()
1877 if (!conn->tx_buff) in netiucv_new_connection()
1902 kfree_skb(conn->tx_buff); in netiucv_new_connection()
1932 kfree_skb(conn->tx_buff); in netiucv_remove_connection()