Searched refs:netif_inherit_tso_max (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c144 netif_inherit_tso_max(dev, phy_dev);
769 netif_inherit_tso_max(ipvlan->dev, dev);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c288 netif_inherit_tso_max(netdev, lower);
/linux-master/net/8021q/
H A Dvlan.c322 netif_inherit_tso_max(vlandev, dev);
H A Dvlan_dev.c573 netif_inherit_tso_max(dev, real_dev);
/linux-master/drivers/net/
H A Dmacvlan.c935 netif_inherit_tso_max(dev, lowerdev);
1798 netif_inherit_tso_max(vlan->dev, dev);
H A Dnetkit.c380 netif_inherit_tso_max(peer, dev);
H A Dveth.c1826 netif_inherit_tso_max(peer, dev);
/linux-master/include/linux/
H A Dnetdevice.h5021 void netif_inherit_tso_max(struct net_device *to,
/linux-master/net/core/
H A Ddev.c3034 * netif_inherit_tso_max() - copy all TSO limits from a lower device to an upper
3038 void netif_inherit_tso_max(struct net_device *to, const struct net_device *from) function
3043 EXPORT_SYMBOL(netif_inherit_tso_max); variable
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c3866 netif_inherit_tso_max(dev, lowerdev);

Completed in 182 milliseconds