Lines Matching refs:netdev_features_t
1328 netdev_features_t (*ndo_features_check)(struct sk_buff *skb,
1330 netdev_features_t features);
1446 netdev_features_t (*ndo_fix_features)(struct net_device *dev,
1447 netdev_features_t features);
1449 netdev_features_t features);
1945 netdev_features_t features;
1946 netdev_features_t hw_features;
1947 netdev_features_t wanted_features;
1948 netdev_features_t vlan_features;
1949 netdev_features_t hw_enc_features;
1950 netdev_features_t mpls_features;
1951 netdev_features_t gso_partial_features;
2614 netdev_features_t features);
4757 const netdev_features_t features);
4760 netdev_features_t features, bool tx_path);
4762 netdev_features_t features);
4787 struct sk_buff *skb_gso_segment(struct sk_buff *skb, netdev_features_t features) in skb_gso_segment()
4793 static inline bool can_checksum_protocol(netdev_features_t features, in can_checksum_protocol()
4871 static inline netdev_features_t netdev_intersect_features(netdev_features_t f1, in netdev_intersect_features()
4872 netdev_features_t f2) in netdev_intersect_features()
4884 static inline netdev_features_t netdev_get_wanted_features( in netdev_get_wanted_features()
4889 netdev_features_t netdev_increment_features(netdev_features_t all,
4890 netdev_features_t one, netdev_features_t mask);
4896 static inline netdev_features_t netdev_add_tso_features(netdev_features_t features, in netdev_add_tso_features()
4897 netdev_features_t mask) in netdev_add_tso_features()
4909 netdev_features_t passthru_features_check(struct sk_buff *skb,
4911 netdev_features_t features);
4912 netdev_features_t netif_skb_features(struct sk_buff *skb);
4914 static inline bool net_gso_ok(netdev_features_t features, int gso_type) in net_gso_ok()
4916 netdev_features_t feature = (netdev_features_t)gso_type << NETIF_F_GSO_SHIFT; in net_gso_ok()
4942 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok()
4949 netdev_features_t features) in netif_needs_gso()