diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index f193aba30384..e5af458ab04b 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -190,6 +190,7 @@ struct dev_addr_list | |||
190 | struct dev_addr_list *next; | 190 | struct dev_addr_list *next; |
191 | u8 da_addr[MAX_ADDR_LEN]; | 191 | u8 da_addr[MAX_ADDR_LEN]; |
192 | u8 da_addrlen; | 192 | u8 da_addrlen; |
193 | u8 da_synced; | ||
193 | int da_users; | 194 | int da_users; |
194 | int da_gusers; | 195 | int da_gusers; |
195 | }; | 196 | }; |
@@ -1103,6 +1104,8 @@ extern int dev_unicast_delete(struct net_device *dev, void *addr, int alen); | |||
1103 | extern int dev_unicast_add(struct net_device *dev, void *addr, int alen); | 1104 | extern int dev_unicast_add(struct net_device *dev, void *addr, int alen); |
1104 | extern int dev_mc_delete(struct net_device *dev, void *addr, int alen, int all); | 1105 | extern int dev_mc_delete(struct net_device *dev, void *addr, int alen, int all); |
1105 | extern int dev_mc_add(struct net_device *dev, void *addr, int alen, int newonly); | 1106 | extern int dev_mc_add(struct net_device *dev, void *addr, int alen, int newonly); |
1107 | extern int dev_mc_sync(struct net_device *to, struct net_device *from); | ||
1108 | extern void dev_mc_unsync(struct net_device *to, struct net_device *from); | ||
1106 | extern void dev_mc_discard(struct net_device *dev); | 1109 | extern void dev_mc_discard(struct net_device *dev); |
1107 | extern int __dev_addr_delete(struct dev_addr_list **list, int *count, void *addr, int alen, int all); | 1110 | extern int __dev_addr_delete(struct dev_addr_list **list, int *count, void *addr, int alen, int all); |
1108 | extern int __dev_addr_add(struct dev_addr_list **list, int *count, void *addr, int alen, int newonly); | 1111 | extern int __dev_addr_add(struct dev_addr_list **list, int *count, void *addr, int alen, int newonly); |