Home
last modified time | relevance | path

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

/linux-4.4.14/net/8021q/
Dvlan_dev.c613 features = netdev_intersect_features(features, real_dev->vlan_features); in vlan_dev_fix_features()
615 features = netdev_intersect_features(features, real_dev->features); in vlan_dev_fix_features()
/linux-4.4.14/include/linux/
Dif_vlan.h620 features = netdev_intersect_features(features, in vlan_features_check()
Dnetdevice.h3730 static inline netdev_features_t netdev_intersect_features(netdev_features_t f1, in netdev_intersect_features() function
/linux-4.4.14/net/core/
Ddev.c2692 features = netdev_intersect_features(features, in netif_skb_features()