Symbol: NETIF_F_FRAGLIST
arch/um/drivers/vector_kern.c
1637
dev->features = dev->hw_features = (NETIF_F_SG | NETIF_F_FRAGLIST);
drivers/net/amt.c
3110
dev->hw_features |= NETIF_F_FRAGLIST | NETIF_F_RXCSUM;
drivers/net/bareudp.c
577
dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST;
drivers/net/bareudp.c
580
dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST;
drivers/net/dummy.c
115
dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
3369
NETIF_F_SCTP_CRC | NETIF_F_FRAGLIST;
drivers/net/ethernet/ibm/ibmveth.c
1853
netdev->hw_features |= NETIF_F_FRAGLIST;
drivers/net/ethernet/ibm/ibmveth.c
1854
netdev->features |= NETIF_F_FRAGLIST;
drivers/net/ethernet/sfc/ef100_nic.c
1220
NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_NTUPLE | \
drivers/net/ethernet/tehuti/tn40.c
1674
NETIF_F_FRAGLIST |
drivers/net/geneve.c
1678
dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST;
drivers/net/geneve.c
1683
dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST;
drivers/net/ifb.c
291
#define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
drivers/net/ipvlan/ipvlan_main.c
122
(NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
drivers/net/loopback.c
179
dev->features = NETIF_F_SG | NETIF_F_FRAGLIST
drivers/net/macsec.c
3489
(NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST)
drivers/net/macvlan.c
913
(NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
drivers/net/netdevsim/netdev.c
982
NETIF_F_FRAGLIST |
drivers/net/netdevsim/netdev.c
988
NETIF_F_FRAGLIST |
drivers/net/netkit.c
258
NETIF_F_FRAGLIST |
drivers/net/nlmon.c
72
dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA;
drivers/net/ppp/ppp_generic.c
1644
dev->features = NETIF_F_SG | NETIF_F_FRAGLIST;
drivers/net/tap.c
57
#define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
drivers/net/tun.c
926
dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST |
drivers/net/usb/r8152.c
9827
NETIF_F_TSO | NETIF_F_FRAGLIST | NETIF_F_IPV6_CSUM |
drivers/net/usb/r8152.c
9831
NETIF_F_TSO | NETIF_F_FRAGLIST |
drivers/net/usb/r8152.c
9835
NETIF_F_HIGHDMA | NETIF_F_FRAGLIST |
drivers/net/veth.c
1727
#define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HW_CSUM | \
drivers/net/vrf.c
1629
dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA;
drivers/net/vsockmon.c
92
dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA;
drivers/net/vxlan/vxlan_core.c
3356
dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST;
drivers/net/vxlan/vxlan_core.c
3362
dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST;
drivers/net/xen-netback/interface.c
530
NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_FRAGLIST;
include/linux/if_vlan.h
803
NETIF_F_FRAGLIST | NETIF_F_HW_VLAN_CTAG_TX |
include/linux/netdev_features.h
224
NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
include/linux/netdev_features.h
260
NETIF_F_FRAGLIST | NETIF_F_GSO_SOFTWARE | \
include/linux/netdevice.h
5434
(!skb_has_frag_list(skb) || (features & NETIF_F_FRAGLIST));
include/linux/skbuff.h
4339
((skb_has_frag_list(skb) && !(features & NETIF_F_FRAGLIST)) ||
include/net/net_failover.h
34
NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
lib/test_bpf.c
15130
.features = NETIF_F_SG | NETIF_F_FRAGLIST |
net/8021q/vlan_dev.c
540
NETIF_F_FRAGLIST | NETIF_F_GSO_SOFTWARE |
net/bridge/br_device.c
23
#define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
net/dsa/user.c
2720
user->features &= ~(NETIF_F_SG | NETIF_F_FRAGLIST);
net/ethtool/ioctl.c
235
return NETIF_F_SG | NETIF_F_FRAGLIST;
net/hsr/hsr_device.c
661
dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA |
net/ipv4/ip_gre.c
995
NETIF_F_FRAGLIST | \
net/ipv4/ipip.c
393
NETIF_F_FRAGLIST | \
net/ipv6/ip6_gre.c
1446
NETIF_F_FRAGLIST | \
net/ipv6/ip6_tunnel.c
1874
NETIF_F_FRAGLIST | \
net/ipv6/sit.c
1410
NETIF_F_FRAGLIST | \
net/openvswitch/vport-internal_dev.c
111
netdev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA |
net/phonet/pep-gprs.c
219
dev->features = NETIF_F_FRAGLIST;
net/xfrm/xfrm_interface_core.c
757
NETIF_F_FRAGLIST | \