Home
last modified time | relevance | path

Searched refs:rx_buf_p (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wan/
Dsbni.c76 struct sk_buff *rx_buf_p; /* receive buffer ptr */ member
818 if( !nl->rx_buf_p && !(nl->rx_buf_p = get_rx_buf( dev )) ) in append_frame_to_pkt()
821 p = nl->rx_buf_p->data + nl->inppos; in append_frame_to_pkt()
1006 struct sk_buff *skb = nl->rx_buf_p; in indicate_pkt()
1021 nl->rx_buf_p = NULL; /* protocol driver will clear this sk_buff */ in indicate_pkt()