• Home
  • Raw
  • Download

Lines Matching refs:netdev_features_t

1431 	netdev_features_t	(*ndo_features_check)(struct sk_buff *skb,
1433 netdev_features_t features);
1560 netdev_features_t (*ndo_fix_features)(struct net_device *dev,
1561 netdev_features_t features);
1563 netdev_features_t features);
2100 netdev_features_t features;
2101 netdev_features_t hw_features;
2102 netdev_features_t wanted_features;
2103 netdev_features_t vlan_features;
2104 netdev_features_t hw_enc_features;
2105 netdev_features_t mpls_features;
2106 netdev_features_t gso_partial_features;
2706 netdev_features_t features);
4818 const netdev_features_t features);
4821 netdev_features_t features, bool tx_path);
4823 netdev_features_t features, __be16 type);
4825 netdev_features_t features);
4850 struct sk_buff *skb_gso_segment(struct sk_buff *skb, netdev_features_t features) in skb_gso_segment()
4856 static inline bool can_checksum_protocol(netdev_features_t features, in can_checksum_protocol()
4938 static inline netdev_features_t netdev_intersect_features(netdev_features_t f1, in netdev_intersect_features()
4939 netdev_features_t f2) in netdev_intersect_features()
4951 static inline netdev_features_t netdev_get_wanted_features( in netdev_get_wanted_features()
4956 netdev_features_t netdev_increment_features(netdev_features_t all,
4957 netdev_features_t one, netdev_features_t mask);
4963 static inline netdev_features_t netdev_add_tso_features(netdev_features_t features, in netdev_add_tso_features()
4964 netdev_features_t mask) in netdev_add_tso_features()
4976 netdev_features_t passthru_features_check(struct sk_buff *skb,
4978 netdev_features_t features);
4979 netdev_features_t netif_skb_features(struct sk_buff *skb);
4981 static inline bool net_gso_ok(netdev_features_t features, int gso_type) in net_gso_ok()
4983 netdev_features_t feature = (netdev_features_t)gso_type << NETIF_F_GSO_SHIFT; in net_gso_ok()
5009 static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features) in skb_gso_ok()
5016 netdev_features_t features) in netif_needs_gso()