Symbol: NETIF_F_FRAGLIST
arch/um/drivers/vector_kern.c
1640
dev->features = dev->hw_features = (NETIF_F_SG | NETIF_F_FRAGLIST);
drivers/net/amt.c
3155
dev->hw_features |= NETIF_F_FRAGLIST | NETIF_F_RXCSUM;
drivers/net/bareudp.c
578
dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST;
drivers/net/bareudp.c
581
dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST;
drivers/net/dummy.c
118
dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
3382
NETIF_F_SCTP_CRC | NETIF_F_FRAGLIST;
drivers/net/ethernet/ibm/ibmveth.c
1875
netdev->hw_features |= NETIF_F_FRAGLIST;
drivers/net/ethernet/ibm/ibmveth.c
1876
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
1741
dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST;
drivers/net/geneve.c
1746
dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST;
drivers/net/ifb.c
290
#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
3525
(NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
drivers/net/macvlan.c
921
(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
990
NETIF_F_FRAGLIST |
drivers/net/netkit.c
451
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
1639
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
10191
NETIF_F_TSO | NETIF_F_FRAGLIST | NETIF_F_IPV6_CSUM |
drivers/net/usb/r8152.c
10195
NETIF_F_TSO | NETIF_F_FRAGLIST |
drivers/net/usb/r8152.c
10199
NETIF_F_HIGHDMA | NETIF_F_FRAGLIST |
drivers/net/veth.c
1730
#define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HW_CSUM | \
drivers/net/vrf.c
1586
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
3363
dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST;
drivers/net/vxlan/vxlan_core.c
3369
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
810
NETIF_F_FRAGLIST | NETIF_F_HW_VLAN_CTAG_TX |
include/linux/netdev_features.h
223
NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
include/linux/netdev_features.h
259
NETIF_F_FRAGLIST | NETIF_F_GSO_SOFTWARE | \
include/linux/netdevice.h
5509
(!skb_has_frag_list(skb) || (features & NETIF_F_FRAGLIST));
include/linux/skbuff.h
4365
((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
15293
.features = NETIF_F_SG | NETIF_F_FRAGLIST |
net/8021q/vlan_dev.c
549
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
2719
user->features &= ~(NETIF_F_SG | NETIF_F_FRAGLIST);
net/ethtool/ioctl.c
236
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
996
NETIF_F_FRAGLIST | \
net/ipv4/ipip.c
393
NETIF_F_FRAGLIST | \
net/ipv6/ip6_gre.c
1447
NETIF_F_FRAGLIST | \
net/ipv6/ip6_tunnel.c
1889
NETIF_F_FRAGLIST | \
net/ipv6/sit.c
1414
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 | \