Lines Matching refs:netdev_features_t

1254 	netdev_features_t	(*ndo_features_check)(struct sk_buff *skb,
1256 netdev_features_t features);
1364 netdev_features_t (*ndo_fix_features)(struct net_device *dev,
1365 netdev_features_t features);
1367 netdev_features_t features);
1814 netdev_features_t features;
1815 netdev_features_t hw_features;
1816 netdev_features_t wanted_features;
1817 netdev_features_t vlan_features;
1818 netdev_features_t hw_enc_features;
1819 netdev_features_t mpls_features;
1820 netdev_features_t gso_partial_features;
2367 netdev_features_t features);
4340 const netdev_features_t features);
4343 netdev_features_t features, bool tx_path);
4345 netdev_features_t features);
4361 struct sk_buff *skb_gso_segment(struct sk_buff *skb, netdev_features_t features) in skb_gso_segment()
4367 static inline bool can_checksum_protocol(netdev_features_t features, in can_checksum_protocol()
4455 static inline netdev_features_t netdev_intersect_features(netdev_features_t f1, in netdev_intersect_features()
4456 netdev_features_t f2) in netdev_intersect_features()
4468 static inline netdev_features_t netdev_get_wanted_features( in netdev_get_wanted_features()
4473 netdev_features_t netdev_increment_features(netdev_features_t all,
4474 netdev_features_t one, netdev_features_t mask);
4480 static inline netdev_features_t netdev_add_tso_features(netdev_features_t features, in netdev_add_tso_features()
4481 netdev_features_t mask) in netdev_add_tso_features()
4493 netdev_features_t passthru_features_check(struct sk_buff *skb,
4495 netdev_features_t features);
4496 netdev_features_t netif_skb_features(struct sk_buff *skb);
4498 static inline bool net_gso_ok(netdev_features_t features, int gso_type) in net_gso_ok()
4500 netdev_features_t feature = (netdev_features_t)gso_type << NETIF_F_GSO_SHIFT; in net_gso_ok()
4525 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok()
4532 netdev_features_t features) in netif_needs_gso()