Searched refs:netif_inherit_tso_max (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/ipvlan/ |
H A D | ipvlan_main.c | 146 netif_inherit_tso_max(dev, phy_dev); in ipvlan_init() 774 netif_inherit_tso_max(ipvlan->dev, dev); in ipvlan_device_event()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.c | 287 netif_inherit_tso_max(netdev, lower); in nfp_repr_transfer_features()
|
/linux/net/8021q/ |
H A D | vlan.c | 322 netif_inherit_tso_max(vlandev, dev); in vlan_transfer_features()
|
H A D | vlan_dev.c | 551 netif_inherit_tso_max(dev, real_dev); in vlan_dev_init()
|
/linux/drivers/net/ |
H A D | macvlan.c | 937 netif_inherit_tso_max(dev, lowerdev); in macvlan_init() 1804 netif_inherit_tso_max(vlan->dev, dev); in macvlan_device_event()
|
H A D | netkit.c | 399 netif_inherit_tso_max(peer, dev); in netkit_new_link()
|
H A D | veth.c | 1853 netif_inherit_tso_max(peer, dev); in veth_newlink()
|
H A D | macsec.c | 2661 netif_inherit_tso_max(dev, macsec->real_dev); in macsec_inherit_tso_max()
|
/linux/include/linux/ |
H A D | netdevice.h | 5337 void netif_inherit_tso_max(struct net_device *to,
|
/linux/net/core/ |
H A D | dev.c | 3328 void netif_inherit_tso_max(struct net_device *to, const struct net_device *from) in netif_inherit_tso_max() function 3333 EXPORT_SYMBOL(netif_inherit_tso_max);
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 3881 netif_inherit_tso_max(dev, lowerdev); in vxlan_config_apply()
|