aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 100c48cca4fd..e0b70e961e61 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -2569,6 +2569,7 @@ extern int dev_addr_init(struct net_device *dev);
2569 2569
2570/* Functions used for unicast addresses handling */ 2570/* Functions used for unicast addresses handling */
2571extern int dev_uc_add(struct net_device *dev, unsigned char *addr); 2571extern int dev_uc_add(struct net_device *dev, unsigned char *addr);
2572extern int dev_uc_add_excl(struct net_device *dev, unsigned char *addr);
2572extern int dev_uc_del(struct net_device *dev, unsigned char *addr); 2573extern int dev_uc_del(struct net_device *dev, unsigned char *addr);
2573extern int dev_uc_sync(struct net_device *to, struct net_device *from); 2574extern int dev_uc_sync(struct net_device *to, struct net_device *from);
2574extern void dev_uc_unsync(struct net_device *to, struct net_device *from); 2575extern void dev_uc_unsync(struct net_device *to, struct net_device *from);
@@ -2578,6 +2579,7 @@ extern void dev_uc_init(struct net_device *dev);
2578/* Functions used for multicast addresses handling */ 2579/* Functions used for multicast addresses handling */
2579extern int dev_mc_add(struct net_device *dev, unsigned char *addr); 2580extern int dev_mc_add(struct net_device *dev, unsigned char *addr);
2580extern int dev_mc_add_global(struct net_device *dev, unsigned char *addr); 2581extern int dev_mc_add_global(struct net_device *dev, unsigned char *addr);
2582extern int dev_mc_add_excl(struct net_device *dev, unsigned char *addr);
2581extern int dev_mc_del(struct net_device *dev, unsigned char *addr); 2583extern int dev_mc_del(struct net_device *dev, unsigned char *addr);
2582extern int dev_mc_del_global(struct net_device *dev, unsigned char *addr); 2584extern int dev_mc_del_global(struct net_device *dev, unsigned char *addr);
2583extern int dev_mc_sync(struct net_device *to, struct net_device *from); 2585extern int dev_mc_sync(struct net_device *to, struct net_device *from);