Searched refs:tmp_rx_buf (Results 1 – 1 of 1) sorted by relevance
226 unsigned char *tmp_rx_buf; member3554 info->tmp_rx_buf = kmalloc(info->max_frame_size, GFP_KERNEL); in alloc_tmp_rx_buf()3555 if (info->tmp_rx_buf == NULL) in alloc_tmp_rx_buf()3562 if (info->tmp_rx_buf) in free_tmp_rx_buf()3563 kfree(info->tmp_rx_buf); in free_tmp_rx_buf()3564 info->tmp_rx_buf = NULL; in free_tmp_rx_buf()4982 unsigned char *ptmp = info->tmp_rx_buf; in rx_get_frame()5002 sppp_rx_done(info,info->tmp_rx_buf,framesize); in rx_get_frame()5006 ldisc_receive_buf(tty,info->tmp_rx_buf, in rx_get_frame()5286 memset(info->tmp_rx_buf,0,TESTFRAMESIZE); in loopback_test()[all …]