Home
last modified time | relevance | path

Searched refs:NETIF_F_SOFT_FEATURES (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dnetdev_features.h174 #define NETIF_F_SOFT_FEATURES (NETIF_F_GSO | NETIF_F_GRO) macro
/linux-4.1.27/Documentation/networking/
Dnetdev-features.txt82 Callback must not alter features contained in NETIF_F_SOFT_FEATURES or
129 Features contained in NETIF_F_SOFT_FEATURES are features of networking
/linux-4.1.27/net/8021q/
Dvlan_dev.c617 features |= old_features & (NETIF_F_SOFT_FEATURES | NETIF_F_GSO_SOFTWARE); in vlan_dev_fix_features()
/linux-4.1.27/net/core/
Ddev.c6388 dev->hw_features |= NETIF_F_SOFT_FEATURES; in register_netdevice()
6389 dev->features |= NETIF_F_SOFT_FEATURES; in register_netdevice()