Searched refs:NETIF_F_SG (Results 1 - 25 of 215) sorted by last modified time

123456789

/linux-master/net/xfrm/
H A Dxfrm_interface_core.c757 #define XFRMI_FEATURES (NETIF_F_SG | \
H A Dxfrm_device.c129 esp_features = features & ~(NETIF_F_SG | NETIF_F_CSUM_MASK);
/linux-master/net/openvswitch/
H A Ddatapath.c357 segs = __skb_gso_segment(skb, NETIF_F_SG, false);
/linux-master/net/mac80211/
H A Dieee80211_i.h1995 NETIF_F_HW_CSUM | NETIF_F_SG | \
/linux-master/net/ipv6/
H A Dsit.c1415 #define SIT_FEATURES (NETIF_F_SG | \
H A Dip6_tunnel.c1825 #define IPXIPX_FEATURES (NETIF_F_SG | \
H A Dip6_output.c1506 if ((rt->dst.dev->features & NETIF_F_SG) &&
1517 if (rt->dst.dev->features & NETIF_F_SG &&
1529 if (rt->dst.dev->features & NETIF_F_SG &&
1611 !(rt->dst.dev->features&NETIF_F_SG))
1615 !(rt->dst.dev->features & NETIF_F_SG)))
1723 if (!(rt->dst.dev->features&NETIF_F_SG) &&
H A Dip6_gre.c1465 #define GRE6_FEATURES (NETIF_F_SG | \
/linux-master/net/ipv4/
H A Dtcp.c1062 if (sk->sk_route_caps & NETIF_F_SG)
1071 if (sk->sk_route_caps & NETIF_F_SG)
1077 if (sk->sk_route_caps & NETIF_F_SG)
H A Dipip.c367 #define IPIP_FEATURES (NETIF_F_SG | \
H A Dip_output.c1018 if ((rt->dst.dev->features & NETIF_F_SG) &&
1029 if (rt->dst.dev->features & NETIF_F_SG &&
1041 if (rt->dst.dev->features & NETIF_F_SG &&
1108 !(rt->dst.dev->features&NETIF_F_SG))
1112 !(rt->dst.dev->features & NETIF_F_SG)))
1205 if (!(rt->dst.dev->features&NETIF_F_SG) &&
H A Dip_gre.c976 #define GRE_FEATURES (NETIF_F_SG | \
/linux-master/net/hsr/
H A Dhsr_device.c520 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA |
/linux-master/net/dsa/
H A Duser.c2644 user->features &= ~(NETIF_F_SG | NETIF_F_FRAGLIST);
/linux-master/net/core/
H A Dsock.c2440 sk->sk_route_caps |= NETIF_F_SG | NETIF_F_HW_CSUM;
H A Dskbuff.c4625 features &= ~NETIF_F_SG;
4636 sg = !!(features & NETIF_F_SG);
H A Dnet_test.c219 features = NETIF_F_SG | NETIF_F_HW_CSUM;
227 features &= ~NETIF_F_SG;
H A Ddev.c3476 features &= ~NETIF_F_SG;
9868 if ((features & NETIF_F_ALL_TSO) && !(features & NETIF_F_SG)) {
9895 if ((features & NETIF_F_GSO) && !(features & NETIF_F_SG)) {
10361 /* Make NETIF_F_SG inheritable to tunnel devices.
10363 dev->hw_enc_features |= NETIF_F_SG | NETIF_F_GSO_PARTIAL;
10365 /* Make NETIF_F_SG inheritable to MPLS.
10367 dev->mpls_features |= NETIF_F_SG;
/linux-master/net/bridge/
H A Dbr_device.c21 #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
/linux-master/net/8021q/
H A Dvlan_dev.c563 dev->hw_features = NETIF_F_HW_CSUM | NETIF_F_SG |
/linux-master/lib/
H A Dtest_bpf.c15072 .features = NETIF_F_SG | NETIF_F_GSO_PARTIAL | NETIF_F_IP_CSUM |
15078 .features = NETIF_F_SG | NETIF_F_FRAGLIST |
/linux-master/include/net/
H A Dudp.h460 netdev_features_t features = NETIF_F_SG;
/linux-master/include/linux/
H A Dskbuff.h4102 (skb_shinfo(skb)->nr_frags && !(features & NETIF_F_SG)));
/linux-master/drivers/net/
H A Dxen-netfront.c242 return dev->features & NETIF_F_SG;
1477 if (features & NETIF_F_SG &&
1479 features &= ~NETIF_F_SG;
1500 if (!(features & NETIF_F_SG) && dev->mtu > ETH_DATA_LEN) {
1734 netdev->hw_features = NETIF_F_SG |
/linux-master/drivers/net/xen-netback/
H A Dinterface.c371 features &= ~NETIF_F_SG;
528 dev->hw_features = NETIF_F_SG |

Completed in 430 milliseconds

123456789