Home
last modified time | relevance | path

Searched refs:mpls_features (Results 1 – 7 of 7) sorted by relevance

/linux/net/mpls/
H A Dmpls_gso.c25 netdev_features_t mpls_features; in mpls_gso_segment() local
50 mpls_features = skb->dev->mpls_features & features; in mpls_gso_segment()
51 segs = skb_mac_gso_segment(skb, mpls_features); in mpls_gso_segment()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst43 netdev_features_t mpls_features
/linux/net/8021q/
H A Dvlan_dev.c558 dev->mpls_features = real_dev->mpls_features; in vlan_dev_init()
/linux/net/core/
H A Ddev.c3707 features &= skb->dev->mpls_features; in net_mpls_features()
11371 if (dev->mpls_features & NETIF_F_TSO) in register_netdevice()
11372 dev->mpls_features |= NETIF_F_TSO_MANGLEID; in register_netdevice()
11386 dev->mpls_features |= NETIF_F_SG; in register_netdevice()
12760 netdev_features_t mpls_features = MASTER_UPPER_DEV_MPLS_FEATURES; in netdev_compute_master_upper_features() local
12771 mpls_features = netdev_base_features(mpls_features); in netdev_compute_master_upper_features()
12793 mpls_features = netdev_increment_features(mpls_features, in netdev_compute_master_upper_features()
12794 lower_dev->mpls_features, in netdev_compute_master_upper_features()
12816 dev->mpls_features = mpls_features; in netdev_compute_master_upper_features()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c4655 netdev->mpls_features |= NETIF_F_SG | in ixgbevf_probe()
4659 netdev->mpls_features |= IXGBEVF_GSO_PARTIAL_FEATURES; in ixgbevf_probe()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c13687 netdev->mpls_features |= NETIF_F_SG; in i40e_config_netdev()
13688 netdev->mpls_features |= NETIF_F_HW_CSUM; in i40e_config_netdev()
13689 netdev->mpls_features |= NETIF_F_TSO; in i40e_config_netdev()
13690 netdev->mpls_features |= NETIF_F_TSO6; in i40e_config_netdev()
13691 netdev->mpls_features |= I40E_GSO_PARTIAL_FEATURES; in i40e_config_netdev()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11787 netdev->mpls_features |= NETIF_F_SG | in ixgbe_probe()
11791 netdev->mpls_features |= IXGBE_GSO_PARTIAL_FEATURES; in ixgbe_probe()