Searched refs:macvlan_common_newlink (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dif_macvlan.h62 extern int macvlan_common_newlink(struct net *src_net, struct net_device *dev,
/linux-master/drivers/net/
H A Dmacvtap.c105 /* Don't put anything that may fail after macvlan_common_newlink
108 err = macvlan_common_newlink(src_net, dev, tb, data, extack);
H A Dmacvlan.c1441 int macvlan_common_newlink(struct net *src_net, struct net_device *dev, function
1564 EXPORT_SYMBOL_GPL(macvlan_common_newlink); variable
1570 return macvlan_common_newlink(src_net, dev, tb, data, extack);

Completed in 89 milliseconds