Lines Matching refs:rx_skb
96 (st_gdata == NULL || st_gdata->rx_skb == NULL in st_send_frame()
100 kfree_skb(st_gdata->rx_skb); in st_send_frame()
112 (st_gdata->list[chnl_id]->priv_data, st_gdata->rx_skb) in st_send_frame()
115 kfree_skb(st_gdata->rx_skb); in st_send_frame()
120 kfree_skb(st_gdata->rx_skb); in st_send_frame()
154 int room = skb_tailroom(st_gdata->rx_skb); in st_check_data_len()
173 kfree_skb(st_gdata->rx_skb); in st_check_data_len()
186 st_gdata->rx_skb = NULL; in st_check_data_len()
251 skb_put_data(st_gdata->rx_skb, ptr, len); in st_int_recv()
271 st_gdata->rx_skb = NULL; in st_int_recv()
277 &st_gdata->rx_skb->data in st_int_recv()
360 st_gdata->rx_skb = alloc_skb( in st_int_recv()
363 if (st_gdata->rx_skb == NULL) { in st_int_recv()
368 skb_reserve(st_gdata->rx_skb, in st_int_recv()
371 st_gdata->rx_skb->cb[0] = type; /*pkt_type*/ in st_int_recv()
372 st_gdata->rx_skb->cb[1] = 0; /*incoming*/ in st_int_recv()
787 kfree_skb(st_gdata->rx_skb); in st_tty_close()
788 st_gdata->rx_skb = NULL; in st_tty_close()
911 kfree_skb(st_gdata->rx_skb); in st_core_exit()