Lines Matching refs:rx_skb
109 (st_gdata == NULL || st_gdata->rx_skb == NULL in st_send_frame()
113 kfree_skb(st_gdata->rx_skb); in st_send_frame()
124 (st_gdata->list[chnl_id]->priv_data, st_gdata->rx_skb) in st_send_frame()
127 kfree_skb(st_gdata->rx_skb); in st_send_frame()
132 kfree_skb(st_gdata->rx_skb); in st_send_frame()
167 int room = skb_tailroom(st_gdata->rx_skb); in st_check_data_len()
184 kfree_skb(st_gdata->rx_skb); in st_check_data_len()
197 st_gdata->rx_skb = NULL; in st_check_data_len()
265 skb_put_data(st_gdata->rx_skb, ptr, len); in st_int_recv()
283 st_gdata->rx_skb = NULL; in st_int_recv()
289 &st_gdata->rx_skb->data in st_int_recv()
366 st_gdata->rx_skb = alloc_skb( in st_int_recv()
369 if (st_gdata->rx_skb == NULL) { in st_int_recv()
374 skb_reserve(st_gdata->rx_skb, in st_int_recv()
377 st_gdata->rx_skb->cb[0] = type; /*pkt_type*/ in st_int_recv()
378 st_gdata->rx_skb->cb[1] = 0; /*incoming*/ in st_int_recv()
788 kfree_skb(st_gdata->rx_skb); in st_tty_close()
789 st_gdata->rx_skb = NULL; in st_tty_close()
913 kfree_skb(st_gdata->rx_skb); in st_core_exit()