Searched refs:inppos (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.c80 unsigned int inppos, outpos; /* positions in rx/tx buffers */ member in struct:net_local
710 nl->inppos = 0;
714 if( nl->inppos + framelen <= ETHER_MAX_LEN )
724 nl->inppos = 0,
818 if( nl->inppos + framelen > ETHER_MAX_LEN )
824 p = nl->rx_buf_p->data + nl->inppos;
829 nl->inppos += framelen - 4;
1013 skb_put( skb, nl->inppos );
1020 ((struct net_local *) nl->master->priv)->stats.rx_bytes += nl->inppos;
1026 nl->stats.rx_bytes += nl->inppos;
[all...]

Completed in 43 milliseconds