Home
last modified time | relevance | path

Searched refs:netdev_features_t (Results 1 – 14 of 14) sorted by relevance

/include/net/
A Dgso.h78 netdev_features_t features, bool tx_path);
81 netdev_features_t features) in skb_gso_segment()
87 netdev_features_t features, __be16 type);
90 netdev_features_t features);
A Dinet_common.h69 netdev_features_t features);
A Dudp.h285 netdev_features_t features, bool is_ipv6);
418 netdev_features_t features,
587 netdev_features_t features = NETIF_F_SG; in udp_rcv_segment()
A Dvxlan.h364 static inline netdev_features_t vxlan_features_check(struct sk_buff *skb, in vxlan_features_check()
365 netdev_features_t features) in vxlan_features_check()
A Dxfrm.h471 int (*xmit)(struct xfrm_state *, struct sk_buff *pskb, netdev_features_t features);
2068 struct sk_buff *validate_xmit_xfrm(struct sk_buff *skb, netdev_features_t features, bool *again);
2136 static inline struct sk_buff *validate_xmit_xfrm(struct sk_buff *skb, netdev_features_t features, b… in validate_xmit_xfrm()
A Dmac80211.h2054 netdev_features_t netdev_features;
3089 netdev_features_t netdev_features;
A Dsock.h488 netdev_features_t sk_route_caps;
A Dtcp.h2264 netdev_features_t features);
/include/linux/
A Dif_tap.h44 netdev_features_t tap_features;
47 void (*update_features)(struct tap_dev *tap, netdev_features_t features);
A Dnetdev_features.h12 typedef u64 netdev_features_t; typedef
104 #define __NETIF_F_BIT(bit) ((netdev_features_t)1 << (bit))
258 static inline netdev_features_t netdev_base_features(netdev_features_t features) in netdev_base_features()
A Dnetdevice.h2139 netdev_features_t features;
2200 netdev_features_t hw_features;
2202 netdev_features_t vlan_features;
2204 netdev_features_t mpls_features;
5247 static inline netdev_features_t netdev_intersect_features(netdev_features_t f1, in netdev_intersect_features()
5248 netdev_features_t f2) in netdev_intersect_features()
5265 netdev_features_t netdev_increment_features(netdev_features_t all,
5266 netdev_features_t one, netdev_features_t mask);
5272 static inline netdev_features_t netdev_add_tso_features(netdev_features_t features, in netdev_add_tso_features()
5273 netdev_features_t mask) in netdev_add_tso_features()
[all …]
A Dif_macvlan.h30 netdev_features_t set_features;
A Dif_vlan.h332 static inline bool vlan_hw_offload_capable(netdev_features_t features, in vlan_hw_offload_capable()
801 static inline netdev_features_t vlan_features_check(struct sk_buff *skb, in vlan_features_check()
802 netdev_features_t features) in vlan_features_check()
A Dskbuff.h4197 struct sk_buff *skb_segment(struct sk_buff *skb, netdev_features_t features);
4198 struct sk_buff *skb_segment_list(struct sk_buff *skb, netdev_features_t features,
4271 netdev_features_t features) in skb_needs_linearize()

Completed in 2379 milliseconds