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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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);
130 struct net_device *gro_dev = seq->private; local
147 gro_dev->features |= NETIF_F_GRO;
148 gro_timer.data = (ulong)gro_dev;
154 gro_dev->features &= ~NETIF_F_GRO;
158 gro_watchdog((ulong)gro_dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddev.c2135 void BCMFASTPATH_HOST napi_gro_flush(struct net_device *gro_dev) argument
2139 for (skb = gro_dev->gro_list; skb; skb = next) {
2145 gro_dev->gro_count = 0;
2146 gro_dev->gro_list = NULL;
2172 int BCMFASTPATH_HOST dev_gro_receive(struct net_device *gro_dev, struct sk_buff *skb) argument
2203 pp = ptype->gro_receive(&gro_dev->gro_list, skb);
2220 gro_dev->gro_count--;
2226 if (NAPI_GRO_CB(skb)->flush || gro_dev->gro_count >= MAX_GRO_SKBS ||
2228 napi_gro_flush(gro_dev);
2232 gro_dev
2255 __napi_gro_receive(struct net_device *gro_dev, struct sk_buff *skb) argument
2290 napi_gro_receive(struct net_device *gro_dev, struct sk_buff *skb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetdevice.h822 extern void napi_gro_flush(struct net_device *gro_dev);

Completed in 192 milliseconds