Home
last modified time | relevance | path

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

/Linux-v5.4/net/mpls/
Dmpls_gso.c23 netdev_features_t mpls_features; in mpls_gso_segment() local
43 mpls_features = skb->dev->mpls_features & features; in mpls_gso_segment()
44 segs = skb_mac_gso_segment(skb, mpls_features); in mpls_gso_segment()
/Linux-v5.4/net/8021q/
Dvlan_dev.c553 dev->mpls_features = real_dev->mpls_features; in vlan_dev_init()
/Linux-v5.4/drivers/net/bonding/
Dbond_main.c1092 netdev_features_t mpls_features = BOND_MPLS_FEATURES; in bond_compute_features() local
1103 mpls_features &= NETIF_F_ALL_FOR_ALL; in bond_compute_features()
1113 mpls_features = netdev_increment_features(mpls_features, in bond_compute_features()
1114 slave->dev->mpls_features, in bond_compute_features()
1132 bond_dev->mpls_features = mpls_features; in bond_compute_features()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4877 netdev->mpls_features |= NETIF_F_SG; in mlx5e_build_nic_netdev()
4878 netdev->mpls_features |= NETIF_F_HW_CSUM; in mlx5e_build_nic_netdev()
4879 netdev->mpls_features |= NETIF_F_TSO; in mlx5e_build_nic_netdev()
4880 netdev->mpls_features |= NETIF_F_TSO6; in mlx5e_build_nic_netdev()
/Linux-v5.4/drivers/net/
Dveth.c1211 dev->mpls_features = NETIF_F_HW_CSUM | NETIF_F_GSO_SOFTWARE; in veth_setup()
/Linux-v5.4/net/core/
Ddev.c3078 features &= skb->dev->mpls_features; in net_mpls_features()
9064 if (dev->mpls_features & NETIF_F_TSO) in register_netdevice()
9065 dev->mpls_features |= NETIF_F_TSO_MANGLEID; in register_netdevice()
9079 dev->mpls_features |= NETIF_F_SG; in register_netdevice()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4648 netdev->mpls_features |= NETIF_F_SG | in ixgbevf_probe()
4652 netdev->mpls_features |= IXGBEVF_GSO_PARTIAL_FEATURES; in ixgbevf_probe()
/Linux-v5.4/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2819 netdev->mpls_features |= NETIF_F_HW_CSUM; in igbvf_probe()
/Linux-v5.4/include/linux/
Dnetdevice.h1819 netdev_features_t mpls_features; member
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10936 netdev->mpls_features |= NETIF_F_SG | in ixgbe_probe()
10940 netdev->mpls_features |= IXGBE_GSO_PARTIAL_FEATURES; in ixgbe_probe()
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_main.c3153 netdev->mpls_features |= NETIF_F_HW_CSUM; in igb_probe()