Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dif_macvlan.h64 extern void macvlan_dellink(struct net_device *dev, struct list_head *head);
/OK3568_Linux_fs/kernel/drivers/net/
H A Dmacvtap.c127 macvlan_dellink(dev, head); in macvtap_dellink()
H A Dmacvlan.c1527 void macvlan_dellink(struct net_device *dev, struct list_head *head) in macvlan_dellink() function
1537 EXPORT_SYMBOL_GPL(macvlan_dellink);
1688 .dellink = macvlan_dellink,