Home
last modified time | relevance | path

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

/Linux-v4.19/net/8021q/
Dvlan_dev.c634 lower_features = netdev_intersect_features((real_dev->vlan_features | in vlan_dev_fix_features()
643 features = netdev_intersect_features(features, lower_features); in vlan_dev_fix_features()
/Linux-v4.19/include/linux/
Dnetdevice.h4334 static inline netdev_features_t netdev_intersect_features(netdev_features_t f1, in netdev_intersect_features() function
/Linux-v4.19/net/core/
Ddev.c3212 features = netdev_intersect_features(features, in netif_skb_features()