Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dif_macvlan.h65 extern void macvlan_dellink(struct net_device *dev, struct list_head *head);
/Linux-v5.15/drivers/net/
Dmacvtap.c127 macvlan_dellink(dev, head); in macvtap_dellink()
Dmacvlan.c1533 void macvlan_dellink(struct net_device *dev, struct list_head *head) in macvlan_dellink() function
1544 EXPORT_SYMBOL_GPL(macvlan_dellink);
1710 .dellink = macvlan_dellink,