NETIF_F_SG 116 net/bridge/br_device.c br->feature_mask |= NETIF_F_SG; NETIF_F_SG 118 net/bridge/br_device.c br->feature_mask &= ~NETIF_F_SG; NETIF_F_SG 180 net/bridge/br_device.c dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | NETIF_F_SG 1636 net/core/dev.c NETIF_F_SG : 0); NETIF_F_SG 1809 net/core/dev.c (!(dev->features & NETIF_F_SG) || illegal_highdma(dev, skb)) && NETIF_F_SG 4037 net/core/dev.c if ((dev->features & NETIF_F_SG) && NETIF_F_SG 4041 net/core/dev.c dev->features &= ~NETIF_F_SG; NETIF_F_SG 4046 net/core/dev.c !(dev->features & NETIF_F_SG)) { NETIF_F_SG 4058 net/core/dev.c if (!(dev->features & NETIF_F_SG)) { NETIF_F_SG 4067 net/core/dev.c if (dev->features & NETIF_F_SG) NETIF_F_SG 4739 net/core/dev.c all &= ~NETIF_F_SG; NETIF_F_SG 4740 net/core/dev.c if (!(all & NETIF_F_SG)) NETIF_F_SG 70 net/core/ethtool.c return (dev->features & NETIF_F_SG) != 0; NETIF_F_SG 76 net/core/ethtool.c dev->features |= NETIF_F_SG; NETIF_F_SG 78 net/core/ethtool.c dev->features &= ~NETIF_F_SG; NETIF_F_SG 558 net/core/ethtool.c if (edata.data && !(dev->features & NETIF_F_SG)) NETIF_F_SG 572 net/core/ethtool.c if (edata.data && !(dev->features & NETIF_F_SG)) NETIF_F_SG 2281 net/core/skbuff.c int sg = features & NETIF_F_SG; NETIF_F_SG 1094 net/core/sock.c sk->sk_route_caps |= NETIF_F_SG | NETIF_F_HW_CSUM; NETIF_F_SG 1197 net/ipv4/af_inet.c features &= ~NETIF_F_SG; NETIF_F_SG 907 net/ipv4/ip_output.c !(rt->u.dst.dev->features&NETIF_F_SG)) NETIF_F_SG 986 net/ipv4/ip_output.c if (!(rt->u.dst.dev->features&NETIF_F_SG)) { NETIF_F_SG 1081 net/ipv4/ip_output.c if (!(rt->u.dst.dev->features&NETIF_F_SG)) NETIF_F_SG 780 net/ipv4/tcp.c if (!(sk->sk_route_caps & NETIF_F_SG) || NETIF_F_SG 800 net/ipv4/tcp.c if (sk->sk_route_caps & NETIF_F_SG) { NETIF_F_SG 913 net/ipv4/tcp.c !(sk->sk_route_caps & NETIF_F_SG))) { NETIF_F_SG 742 net/ipv6/af_inet6.c features &= ~NETIF_F_SG; NETIF_F_SG 1252 net/ipv6/ip6_output.c !(rt->u.dst.dev->features&NETIF_F_SG)) NETIF_F_SG 1340 net/ipv6/ip6_output.c if (!(rt->u.dst.dev->features&NETIF_F_SG)) {