summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorDavid Stevens <dlstevens@us.ibm.com>2003-03-19 01:26:22 -0800
committerDavid S. Miller <davem@nuts.ninka.net>2003-03-19 01:26:22 -0800
commit453c5e30af1acad4d4eea8300c615d449986fe44 (patch)
treee3aeca58aceb19e6bc1052d78fe1f8d3cec923fb /include/linux/netdevice.h
parent6d6ce30e4944f0ec812731b41bde17ae16fedd69 (diff)
[IPV6]: Add anycast support.
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 20d73363c079..16c72b0b6610 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -469,6 +469,10 @@ extern struct net_device *dev_getbyhwaddr(unsigned short type, char *hwaddr);
extern void dev_add_pack(struct packet_type *pt);
extern void dev_remove_pack(struct packet_type *pt);
extern int dev_get(const char *name);
+extern struct net_device *dev_get_by_flags(unsigned short flags,
+ unsigned short mask);
+extern struct net_device *__dev_get_by_flags(unsigned short flags,
+ unsigned short mask);
extern struct net_device *dev_get_by_name(const char *name);
extern struct net_device *__dev_get_by_name(const char *name);
extern struct net_device *dev_alloc(const char *name, int *err);