Searched refs:max_buffsize (Results 1 – 1 of 1) sorted by relevance
183 int max_buffsize; member685 if (msg->length > conn->max_buffsize) { in conn_action_rx()689 msg->length, conn->max_buffsize); in conn_action_rx()1160 (conn->max_buffsize - NETIUCV_HDRLEN)) { in netiucv_transmit_skb()1521 return sprintf(buf, "%d\n", priv->conn->max_buffsize); in buffer_show()1563 priv->conn->max_buffsize = bs1; in buffer_write()1856 conn->max_buffsize = NETIUCV_BUFSIZE_DEFAULT; in netiucv_new_connection()1859 conn->rx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()1862 conn->tx_buff = alloc_skb(conn->max_buffsize, GFP_KERNEL | GFP_DMA); in netiucv_new_connection()