Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wan/
Dsbni.c77 struct sk_buff *rx_buf_p; /* receive buffer ptr */ member
828 if( !nl->rx_buf_p && !(nl->rx_buf_p = get_rx_buf( dev )) ) in append_frame_to_pkt()
831 p = nl->rx_buf_p->data + nl->inppos; in append_frame_to_pkt()
1017 struct sk_buff *skb = nl->rx_buf_p; in indicate_pkt()
1032 nl->rx_buf_p = NULL; /* protocol driver will clear this sk_buff */ in indicate_pkt()