Lines Matching refs:rx_skb
99 (st_gdata == NULL || st_gdata->rx_skb == NULL in st_send_frame()
103 kfree_skb(st_gdata->rx_skb); in st_send_frame()
115 (st_gdata->list[chnl_id]->priv_data, st_gdata->rx_skb) in st_send_frame()
118 kfree_skb(st_gdata->rx_skb); in st_send_frame()
123 kfree_skb(st_gdata->rx_skb); in st_send_frame()
157 int room = skb_tailroom(st_gdata->rx_skb); in st_check_data_len()
176 kfree_skb(st_gdata->rx_skb); in st_check_data_len()
189 st_gdata->rx_skb = NULL; in st_check_data_len()
258 skb_put_data(st_gdata->rx_skb, ptr, len); in st_int_recv()
278 st_gdata->rx_skb = NULL; in st_int_recv()
284 &st_gdata->rx_skb->data in st_int_recv()
367 st_gdata->rx_skb = alloc_skb( in st_int_recv()
370 if (st_gdata->rx_skb == NULL) { in st_int_recv()
375 skb_reserve(st_gdata->rx_skb, in st_int_recv()
378 st_gdata->rx_skb->cb[0] = type; /*pkt_type*/ in st_int_recv()
379 st_gdata->rx_skb->cb[1] = 0; /*incoming*/ in st_int_recv()
794 kfree_skb(st_gdata->rx_skb); in st_tty_close()
795 st_gdata->rx_skb = NULL; in st_tty_close()
920 kfree_skb(st_gdata->rx_skb); in st_core_exit()