Searched refs:macvlan_dellink (Results 1 – 3 of 3) sorted by relevance
94 extern void macvlan_dellink(struct net_device *dev, struct list_head *head);
1343 void macvlan_dellink(struct net_device *dev, struct list_head *head) in macvlan_dellink() function1353 EXPORT_SYMBOL_GPL(macvlan_dellink);1504 .dellink = macvlan_dellink,
430 macvlan_dellink(dev, head); in macvtap_dellink()