Home
last modified time | relevance | path

Searched refs:macvlan_dellink (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dif_macvlan.h94 extern void macvlan_dellink(struct net_device *dev, struct list_head *head);
/linux-4.4.14/drivers/net/
Dmacvlan.c1346 void macvlan_dellink(struct net_device *dev, struct list_head *head) in macvlan_dellink() function
1356 EXPORT_SYMBOL_GPL(macvlan_dellink);
1507 .dellink = macvlan_dellink,
Dmacvtap.c479 macvlan_dellink(dev, head); in macvtap_dellink()