patch-2.3.14 linux/include/linux/if_shaper.h
Next file: linux/include/linux/igmp.h
Previous file: linux/include/linux/if_pppvar.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Wed Aug 18 11:38:47 1999
- Orig file:
v2.3.13/linux/include/linux/if_shaper.h
- Orig date:
Mon Aug 9 14:59:23 1999
diff -u --recursive --new-file v2.3.13/linux/include/linux/if_shaper.h linux/include/linux/if_shaper.h
@@ -25,19 +25,19 @@
an empty queue */
unsigned long locked;
struct net_device_stats stats;
- struct device *dev;
+ struct net_device *dev;
int (*hard_start_xmit) (struct sk_buff *skb,
- struct device *dev);
+ struct net_device *dev);
int (*hard_header) (struct sk_buff *skb,
- struct device *dev,
+ struct net_device *dev,
unsigned short type,
void *daddr,
void *saddr,
unsigned len);
int (*rebuild_header)(struct sk_buff *skb);
int (*hard_header_cache)(struct neighbour *neigh, struct hh_cache *hh);
- void (*header_cache_update)(struct hh_cache *hh, struct device *dev, unsigned char * haddr);
- struct net_device_stats* (*get_stats)(struct device *dev);
+ void (*header_cache_update)(struct hh_cache *hh, struct net_device *dev, unsigned char * haddr);
+ struct net_device_stats* (*get_stats)(struct net_device *dev);
wait_queue_head_t wait_queue;
struct timer_list timer;
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)