Home
last modified time | relevance | path

Searched refs:netif_inherit_tso_max (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/drivers/net/ipvlan/
Dipvlan_main.c144 netif_inherit_tso_max(dev, phy_dev); in ipvlan_init()
766 netif_inherit_tso_max(ipvlan->dev, dev); in ipvlan_device_event()
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.c289 netif_inherit_tso_max(netdev, lower); in nfp_repr_transfer_features()
/Linux-v6.1/net/8021q/
Dvlan.c322 netif_inherit_tso_max(vlandev, dev); in vlan_transfer_features()
Dvlan_dev.c576 netif_inherit_tso_max(dev, real_dev); in vlan_dev_init()
/Linux-v6.1/drivers/net/
Dmacvlan.c907 netif_inherit_tso_max(dev, lowerdev); in macvlan_init()
1768 netif_inherit_tso_max(vlan->dev, dev); in macvlan_device_event()
Dveth.c1762 netif_inherit_tso_max(peer, dev); in veth_newlink()
/Linux-v6.1/include/linux/
Dnetdevice.h4957 void netif_inherit_tso_max(struct net_device *to,
/Linux-v6.1/net/core/
Ddev.c3036 void netif_inherit_tso_max(struct net_device *to, const struct net_device *from) in netif_inherit_tso_max() function
3041 EXPORT_SYMBOL(netif_inherit_tso_max);
/Linux-v6.1/drivers/net/vxlan/
Dvxlan_core.c3702 netif_inherit_tso_max(dev, lowerdev); in vxlan_config_apply()