Lines Matching refs:netdev_features_t
1172 netdev_features_t (*ndo_fix_features)(struct net_device *dev,
1173 netdev_features_t features);
1175 netdev_features_t features);
1229 netdev_features_t (*ndo_features_check) (struct sk_buff *skb,
1231 netdev_features_t features);
1578 netdev_features_t features;
1579 netdev_features_t hw_features;
1580 netdev_features_t wanted_features;
1581 netdev_features_t vlan_features;
1582 netdev_features_t hw_enc_features;
1583 netdev_features_t mpls_features;
2033 netdev_features_t features);
3635 netdev_features_t features, bool tx_path);
3637 netdev_features_t features);
3653 struct sk_buff *skb_gso_segment(struct sk_buff *skb, netdev_features_t features) in skb_gso_segment()
3659 static inline bool can_checksum_protocol(netdev_features_t features, in can_checksum_protocol()
3730 static inline netdev_features_t netdev_intersect_features(netdev_features_t f1, in netdev_intersect_features()
3731 netdev_features_t f2) in netdev_intersect_features()
3744 static inline netdev_features_t netdev_get_wanted_features( in netdev_get_wanted_features()
3749 netdev_features_t netdev_increment_features(netdev_features_t all,
3750 netdev_features_t one, netdev_features_t mask);
3756 static inline netdev_features_t netdev_add_tso_features(netdev_features_t features, in netdev_add_tso_features()
3757 netdev_features_t mask) in netdev_add_tso_features()
3769 netdev_features_t passthru_features_check(struct sk_buff *skb,
3771 netdev_features_t features);
3772 netdev_features_t netif_skb_features(struct sk_buff *skb);
3774 static inline bool net_gso_ok(netdev_features_t features, int gso_type) in net_gso_ok()
3776 netdev_features_t feature = gso_type << NETIF_F_GSO_SHIFT; in net_gso_ok()
3796 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok()
3803 netdev_features_t features) in netif_needs_gso()