Lines Matching refs:netdev_features_t
1407 netdev_features_t (*ndo_features_check)(struct sk_buff *skb,
1409 netdev_features_t features);
1535 netdev_features_t (*ndo_fix_features)(struct net_device *dev,
1536 netdev_features_t features);
1538 netdev_features_t features);
2095 netdev_features_t gso_partial_features;
2130 netdev_features_t features;
2191 netdev_features_t hw_features;
2192 netdev_features_t wanted_features;
2193 netdev_features_t vlan_features;
2194 netdev_features_t hw_enc_features;
2195 netdev_features_t mpls_features;
2922 netdev_features_t features);
5104 const netdev_features_t features);
5130 static inline bool can_checksum_protocol(netdev_features_t features, in can_checksum_protocol()
5229 static inline netdev_features_t netdev_intersect_features(netdev_features_t f1, in netdev_intersect_features()
5230 netdev_features_t f2) in netdev_intersect_features()
5242 static inline netdev_features_t netdev_get_wanted_features( in netdev_get_wanted_features()
5247 netdev_features_t netdev_increment_features(netdev_features_t all,
5248 netdev_features_t one, netdev_features_t mask);
5254 static inline netdev_features_t netdev_add_tso_features(netdev_features_t features, in netdev_add_tso_features()
5255 netdev_features_t mask) in netdev_add_tso_features()
5267 netdev_features_t passthru_features_check(struct sk_buff *skb,
5269 netdev_features_t features);
5270 netdev_features_t netif_skb_features(struct sk_buff *skb);
5273 static inline bool net_gso_ok(netdev_features_t features, int gso_type) in net_gso_ok()
5275 netdev_features_t feature = (netdev_features_t)gso_type << NETIF_F_GSO_SHIFT; in net_gso_ok()
5303 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok()
5310 netdev_features_t features) in netif_needs_gso()