Lines Matching refs:netdev_features_t

1232 	netdev_features_t	(*ndo_features_check)(struct sk_buff *skb,
1234 netdev_features_t features);
1343 netdev_features_t (*ndo_fix_features)(struct net_device *dev,
1344 netdev_features_t features);
1346 netdev_features_t features);
1772 netdev_features_t features;
1773 netdev_features_t hw_features;
1774 netdev_features_t wanted_features;
1775 netdev_features_t vlan_features;
1776 netdev_features_t hw_enc_features;
1777 netdev_features_t mpls_features;
1778 netdev_features_t gso_partial_features;
2339 netdev_features_t features);
4225 const netdev_features_t features);
4228 netdev_features_t features, bool tx_path);
4230 netdev_features_t features);
4246 struct sk_buff *skb_gso_segment(struct sk_buff *skb, netdev_features_t features) in skb_gso_segment()
4252 static inline bool can_checksum_protocol(netdev_features_t features, in can_checksum_protocol()
4334 static inline netdev_features_t netdev_intersect_features(netdev_features_t f1, in netdev_intersect_features()
4335 netdev_features_t f2) in netdev_intersect_features()
4347 static inline netdev_features_t netdev_get_wanted_features( in netdev_get_wanted_features()
4352 netdev_features_t netdev_increment_features(netdev_features_t all,
4353 netdev_features_t one, netdev_features_t mask);
4359 static inline netdev_features_t netdev_add_tso_features(netdev_features_t features, in netdev_add_tso_features()
4360 netdev_features_t mask) in netdev_add_tso_features()
4372 netdev_features_t passthru_features_check(struct sk_buff *skb,
4374 netdev_features_t features);
4375 netdev_features_t netif_skb_features(struct sk_buff *skb);
4377 static inline bool net_gso_ok(netdev_features_t features, int gso_type) in net_gso_ok()
4379 netdev_features_t feature = (netdev_features_t)gso_type << NETIF_F_GSO_SHIFT; in net_gso_ok()
4404 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok()
4411 netdev_features_t features) in netif_needs_gso()