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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dsbni.c73 struct sk_buff *rx_buf_p; /* receive buffer ptr */ member in struct:net_local
824 if( !nl->rx_buf_p && !(nl->rx_buf_p = get_rx_buf( dev )) )
827 p = nl->rx_buf_p->data + nl->inppos;
1012 struct sk_buff *skb = nl->rx_buf_p;
1027 nl->rx_buf_p = NULL; /* protocol driver will clear this sk_buff */

Completed in 160 milliseconds