Home
last modified time | relevance | path

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

/Linux-v4.19/net/mpls/
Dmpls_gso.c27 netdev_features_t mpls_features; in mpls_gso_segment() local
47 mpls_features = skb->dev->mpls_features & features; in mpls_gso_segment()
48 segs = skb_mac_gso_segment(skb, mpls_features); in mpls_gso_segment()
/Linux-v4.19/drivers/net/
Dveth.c1052 dev->mpls_features = NETIF_F_HW_CSUM | NETIF_F_GSO_SOFTWARE; in veth_setup()
/Linux-v4.19/net/core/
Ddev.c3117 features &= skb->dev->mpls_features; in net_mpls_features()
8481 if (dev->mpls_features & NETIF_F_TSO) in register_netdevice()
8482 dev->mpls_features |= NETIF_F_TSO_MANGLEID; in register_netdevice()
8496 dev->mpls_features |= NETIF_F_SG; in register_netdevice()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4596 netdev->mpls_features |= NETIF_F_SG | in ixgbevf_probe()
4600 netdev->mpls_features |= IXGBEVF_GSO_PARTIAL_FEATURES; in ixgbevf_probe()
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/
Dnetdev.c2820 netdev->mpls_features |= NETIF_F_HW_CSUM; in igbvf_probe()
/Linux-v4.19/include/linux/
Dnetdevice.h1777 netdev_features_t mpls_features; member
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10646 netdev->mpls_features |= NETIF_F_SG | in ixgbe_probe()
10650 netdev->mpls_features |= IXGBE_GSO_PARTIAL_FEATURES; in ixgbe_probe()
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb_main.c3179 netdev->mpls_features |= NETIF_F_HW_CSUM; in igb_probe()