Home
last modified time | relevance | path

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

/Linux-v5.4/net/8021q/
Dvlan_dev.c610 lower_features = netdev_intersect_features((real_dev->vlan_features | in vlan_dev_fix_features()
619 features = netdev_intersect_features(features, lower_features); in vlan_dev_fix_features()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.c248 features = netdev_intersect_features(features, lower_features); in nfp_repr_fix_features()
/Linux-v5.4/include/linux/
Dnetdevice.h4455 static inline netdev_features_t netdev_intersect_features(netdev_features_t f1, in netdev_intersect_features() function
/Linux-v5.4/net/core/
Ddev.c3173 features = netdev_intersect_features(features, in netif_skb_features()