Lines Matching refs:tx_buff
161 struct sk_buff *tx_buff; member
724 conn->tx_buff->data = conn->tx_buff->head; in conn_action_txdone()
725 skb_reset_tail_pointer(conn->tx_buff); in conn_action_txdone()
726 conn->tx_buff->len = 0; in conn_action_txdone()
729 header.next = conn->tx_buff->len + skb->len + NETIUCV_HDRLEN; in conn_action_txdone()
730 skb_put_data(conn->tx_buff, &header, NETIUCV_HDRLEN); in conn_action_txdone()
732 skb_put(conn->tx_buff, skb->len), in conn_action_txdone()
744 if (conn->tx_buff->len == 0) { in conn_action_txdone()
750 skb_put_data(conn->tx_buff, &header, NETIUCV_HDRLEN); in conn_action_txdone()
755 conn->tx_buff->data, conn->tx_buff->len); in conn_action_txdone()
757 conn->prof.txlen += conn->tx_buff->len; in conn_action_txdone()
1771 conn->tx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()
1772 if (!conn->tx_buff) in netiucv_new_connection()
1797 kfree_skb(conn->tx_buff); in netiucv_new_connection()
1827 kfree_skb(conn->tx_buff); in netiucv_remove_connection()