Lines Matching refs:netdev_features_t

2847 	static const netdev_features_t null_features;  in skb_warn_bad_offload()
2981 netdev_features_t features) in skb_mac_gso_segment()
3034 netdev_features_t features, bool tx_path) in __skb_gso_segment()
3052 netdev_features_t partial_features = NETIF_F_GSO_ROBUST; in __skb_gso_segment()
3112 static netdev_features_t net_mpls_features(struct sk_buff *skb, in net_mpls_features()
3113 netdev_features_t features, in net_mpls_features()
3122 static netdev_features_t net_mpls_features(struct sk_buff *skb, in net_mpls_features()
3123 netdev_features_t features, in net_mpls_features()
3130 static netdev_features_t harmonize_features(struct sk_buff *skb, in harmonize_features()
3131 netdev_features_t features) in harmonize_features()
3149 netdev_features_t passthru_features_check(struct sk_buff *skb, in passthru_features_check()
3151 netdev_features_t features) in passthru_features_check()
3157 static netdev_features_t dflt_features_check(struct sk_buff *skb, in dflt_features_check()
3159 netdev_features_t features) in dflt_features_check()
3164 static netdev_features_t gso_features_check(const struct sk_buff *skb, in gso_features_check()
3166 netdev_features_t features) in gso_features_check()
3196 netdev_features_t netif_skb_features(struct sk_buff *skb) in netif_skb_features()
3199 netdev_features_t features = dev->features; in netif_skb_features()
3273 netdev_features_t features) in validate_xmit_vlan()
3282 const netdev_features_t features) in skb_csum_hwoffload_help()
3294 netdev_features_t features; in validate_xmit_skb()
8022 static netdev_features_t netdev_sync_upper_features(struct net_device *lower, in netdev_sync_upper_features()
8023 struct net_device *upper, netdev_features_t features) in netdev_sync_upper_features()
8025 netdev_features_t upper_disables = NETIF_F_UPPER_DISABLES; in netdev_sync_upper_features()
8026 netdev_features_t feature; in netdev_sync_upper_features()
8043 struct net_device *lower, netdev_features_t features) in netdev_sync_lower_features()
8045 netdev_features_t upper_disables = NETIF_F_UPPER_DISABLES; in netdev_sync_lower_features()
8046 netdev_features_t feature; in netdev_sync_lower_features()
8064 static netdev_features_t netdev_fix_features(struct net_device *dev, in netdev_fix_features()
8065 netdev_features_t features) in netdev_fix_features()
8146 netdev_features_t features; in __netdev_update_features()
8193 netdev_features_t diff = features ^ dev->features; in __netdev_update_features()
8413 BUILD_BUG_ON(sizeof(netdev_features_t) * BITS_PER_BYTE < in register_netdevice()
9307 netdev_features_t netdev_increment_features(netdev_features_t all, in netdev_increment_features()
9308 netdev_features_t one, netdev_features_t mask) in netdev_increment_features()