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()
111 (st_gdata->list[chnl_id]->priv_data, st_gdata->rx_skb) in st_send_frame()
114 kfree_skb(st_gdata->rx_skb); in st_send_frame()
119 kfree_skb(st_gdata->rx_skb); in st_send_frame()
154 int room = skb_tailroom(st_gdata->rx_skb); in st_check_data_len()
171 kfree_skb(st_gdata->rx_skb); in st_check_data_len()
184 st_gdata->rx_skb = NULL; in st_check_data_len()
252 skb_put_data(st_gdata->rx_skb, ptr, len); in st_int_recv()
270 st_gdata->rx_skb = NULL; in st_int_recv()
276 &st_gdata->rx_skb->data in st_int_recv()
353 st_gdata->rx_skb = alloc_skb( in st_int_recv()
356 if (st_gdata->rx_skb == NULL) { in st_int_recv()
361 skb_reserve(st_gdata->rx_skb, in st_int_recv()
364 st_gdata->rx_skb->cb[0] = type; /*pkt_type*/ in st_int_recv()
365 st_gdata->rx_skb->cb[1] = 0; /*incoming*/ in st_int_recv()
775 kfree_skb(st_gdata->rx_skb); in st_tty_close()
776 st_gdata->rx_skb = NULL; in st_tty_close()
900 kfree_skb(st_gdata->rx_skb); in st_core_exit()