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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/8021q/
H A Dvlanproc.c112 struct net_device *gro_dev = (struct net_device *)data; local
115 if (gro_dev->features & NETIF_F_GRO) {
120 napi_gro_flush(gro_dev);
128 struct net_device *gro_dev = seq->private; local
147 if (!(gro_dev->features & NETIF_F_GRO)) {
148 gro_dev->features |= NETIF_F_GRO;
149 gro_timer.data = (ulong)gro_dev;
156 gro_dev->features &= ~NETIF_F_GRO;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Ddev.c2113 void BCMFASTPATH napi_gro_flush(struct net_device *gro_dev) argument
2117 for (skb = gro_dev->gro_list; skb; skb = next) {
2123 gro_dev->gro_count = 0;
2124 gro_dev->gro_list = NULL;
2148 int BCMFASTPATH dev_gro_receive(struct net_device *gro_dev, struct sk_buff *skb) argument
2179 pp = ptype->gro_receive(&gro_dev->gro_list, skb);
2196 gro_dev->gro_count--;
2202 if (NAPI_GRO_CB(skb)->flush || gro_dev->gro_count >= MAX_GRO_SKBS)
2205 gro_dev->gro_count++;
2208 skb->next = gro_dev
2228 __napi_gro_receive(struct net_device *gro_dev, struct sk_buff *skb) argument
2263 napi_gro_receive(struct net_device *gro_dev, struct sk_buff *skb) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dnetdevice.h822 extern void napi_gro_flush(struct net_device *gro_dev);

Completed in 105 milliseconds