1DEV_UNICAST_UNSYNC(9) Network device support DEV_UNICAST_UNSYNC(9)
2
3
4
6 dev_unicast_unsync - Remove synchronized addresses from the destination
7 device
8
10 void dev_unicast_unsync(struct net_device * to,
11 struct net_device * from);
12
14 to
15 destination device
16
17 from
18 source device
19
21 Remove all addresses that were added to the destination device by
22 dev_unicast_sync. This function is intended to be called from the
23 dev->stop function of layered software devices.
24
26Kernel Hackers Manual 2.6. June 2019 DEV_UNICAST_UNSYNC(9)