Lines Matching refs:netdev_features_t
1402 netdev_features_t (*ndo_features_check)(struct sk_buff *skb,
1404 netdev_features_t features);
1531 netdev_features_t (*ndo_fix_features)(struct net_device *dev,
1532 netdev_features_t features);
1534 netdev_features_t features);
2062 netdev_features_t features;
2063 netdev_features_t hw_features;
2064 netdev_features_t wanted_features;
2065 netdev_features_t vlan_features;
2066 netdev_features_t hw_enc_features;
2067 netdev_features_t mpls_features;
2068 netdev_features_t gso_partial_features;
2645 netdev_features_t features);
4757 const netdev_features_t features);
4760 netdev_features_t features, bool tx_path);
4762 netdev_features_t features, __be16 type);
4764 netdev_features_t features);
4789 struct sk_buff *skb_gso_segment(struct sk_buff *skb, netdev_features_t features) in skb_gso_segment()
4795 static inline bool can_checksum_protocol(netdev_features_t features, in can_checksum_protocol()
4877 static inline netdev_features_t netdev_intersect_features(netdev_features_t f1, in netdev_intersect_features()
4878 netdev_features_t f2) in netdev_intersect_features()
4890 static inline netdev_features_t netdev_get_wanted_features( in netdev_get_wanted_features()
4895 netdev_features_t netdev_increment_features(netdev_features_t all,
4896 netdev_features_t one, netdev_features_t mask);
4902 static inline netdev_features_t netdev_add_tso_features(netdev_features_t features, in netdev_add_tso_features()
4903 netdev_features_t mask) in netdev_add_tso_features()
4915 netdev_features_t passthru_features_check(struct sk_buff *skb,
4917 netdev_features_t features);
4918 netdev_features_t netif_skb_features(struct sk_buff *skb);
4920 static inline bool net_gso_ok(netdev_features_t features, int gso_type) in net_gso_ok()
4922 netdev_features_t feature = (netdev_features_t)gso_type << NETIF_F_GSO_SHIFT; in net_gso_ok()
4948 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok()
4955 netdev_features_t features) in netif_needs_gso()