Lines Matching refs:netdev_features_t

1146 	netdev_features_t	(*ndo_fix_features)(struct net_device *dev,
1147 netdev_features_t features);
1149 netdev_features_t features);
1203 netdev_features_t (*ndo_features_check) (struct sk_buff *skb,
1205 netdev_features_t features);
1545 netdev_features_t features;
1546 netdev_features_t hw_features;
1547 netdev_features_t wanted_features;
1548 netdev_features_t vlan_features;
1549 netdev_features_t hw_enc_features;
1550 netdev_features_t mpls_features;
1985 netdev_features_t features);
3552 netdev_features_t features, bool tx_path);
3554 netdev_features_t features);
3570 struct sk_buff *skb_gso_segment(struct sk_buff *skb, netdev_features_t features) in skb_gso_segment()
3576 static inline bool can_checksum_protocol(netdev_features_t features, in can_checksum_protocol()
3647 static inline netdev_features_t netdev_intersect_features(netdev_features_t f1, in netdev_intersect_features()
3648 netdev_features_t f2) in netdev_intersect_features()
3661 static inline netdev_features_t netdev_get_wanted_features( in netdev_get_wanted_features()
3666 netdev_features_t netdev_increment_features(netdev_features_t all,
3667 netdev_features_t one, netdev_features_t mask);
3673 static inline netdev_features_t netdev_add_tso_features(netdev_features_t features, in netdev_add_tso_features()
3674 netdev_features_t mask) in netdev_add_tso_features()
3686 netdev_features_t passthru_features_check(struct sk_buff *skb,
3688 netdev_features_t features);
3689 netdev_features_t netif_skb_features(struct sk_buff *skb);
3691 static inline bool net_gso_ok(netdev_features_t features, int gso_type) in net_gso_ok()
3693 netdev_features_t feature = gso_type << NETIF_F_GSO_SHIFT; in net_gso_ok()
3713 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok()
3720 netdev_features_t features) in netif_needs_gso()