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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dsbni.c74 struct sk_buff *rx_buf_p; /* receive buffer ptr */ member in struct:net_local
821 if( !nl->rx_buf_p && !(nl->rx_buf_p = get_rx_buf( dev )) )
824 p = nl->rx_buf_p->data + nl->inppos;
1011 struct sk_buff *skb = nl->rx_buf_p;
1028 nl->rx_buf_p = NULL; /* protocol driver will clear this sk_buff */

Completed in 101 milliseconds