Searched refs:netdev_features_t (Results 1 – 14 of 14) sorted by relevance
| /include/net/ |
| A D | gso.h | 78 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 D | inet_common.h | 69 netdev_features_t features);
|
| A D | udp.h | 285 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 D | vxlan.h | 364 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 D | xfrm.h | 471 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 D | mac80211.h | 2054 netdev_features_t netdev_features; 3089 netdev_features_t netdev_features;
|
| A D | sock.h | 488 netdev_features_t sk_route_caps;
|
| A D | tcp.h | 2264 netdev_features_t features);
|
| /include/linux/ |
| A D | if_tap.h | 44 netdev_features_t tap_features; 47 void (*update_features)(struct tap_dev *tap, netdev_features_t features);
|
| A D | netdev_features.h | 12 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 D | netdevice.h | 2139 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 D | if_macvlan.h | 30 netdev_features_t set_features;
|
| A D | if_vlan.h | 332 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 D | skbuff.h | 4197 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