Home
last modified time | relevance | path

Searched refs:NETIF_F_FRAGLIST (Results 1 – 25 of 25) sorted by relevance

/linux-4.4.14/include/linux/
Dnetdev_features.h86 #define NETIF_F_FRAGLIST __NETIF_F(FRAGLIST) macro
165 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
Dif_vlan.h623 NETIF_F_FRAGLIST | in vlan_features_check()
Dskbuff.h2936 ((skb_has_frag_list(skb) && !(features & NETIF_F_FRAGLIST)) || in skb_needs_linearize()
Dnetdevice.h3799 (!skb_has_frag_list(skb) || (features & NETIF_F_FRAGLIST)); in skb_gso_ok()
/linux-4.4.14/drivers/net/
Dnlmon.c139 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
Dloopback.c173 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in loopback_setup()
Ddummy.c150 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
Difb.c197 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
Dveth.c290 #define VETH_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
Dmacvtap.c140 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
Dmacvlan.c765 (NETIF_F_SG | NETIF_F_ALL_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
Dtun.c1707 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | in tun_set_iff()
/linux-4.4.14/net/openvswitch/
Dvport-internal_dev.c167 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
/linux-4.4.14/net/phonet/
Dpep-gprs.c238 dev->features = NETIF_F_FRAGLIST; in gprs_setup()
/linux-4.4.14/net/bridge/
Dbr_device.c25 #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
/linux-4.4.14/net/hsr/
Dhsr_device.c399 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in hsr_dev_setup()
/linux-4.4.14/net/ipv4/
Dipip.c277 NETIF_F_FRAGLIST | \
Dip_gre.c823 NETIF_F_FRAGLIST | \
/linux-4.4.14/Documentation/networking/
Dnetdev-features.txt124 NETIF_F_SG --- paged skbs (skb_shinfo()->frags), NETIF_F_FRAGLIST ---
/linux-4.4.14/net/8021q/
Dvlan_dev.c546 NETIF_F_FRAGLIST | NETIF_F_GSO_SOFTWARE | in vlan_dev_init()
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c91 (NETIF_F_SG | NETIF_F_ALL_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \
/linux-4.4.14/drivers/net/usb/
Dr8152.c4165 NETIF_F_TSO | NETIF_F_FRAGLIST | NETIF_F_IPV6_CSUM | in rtl8152_probe()
4169 NETIF_F_TSO | NETIF_F_FRAGLIST | in rtl8152_probe()
4173 NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | in rtl8152_probe()
/linux-4.4.14/net/ipv6/
Dsit.c1351 NETIF_F_FRAGLIST | \
/linux-4.4.14/drivers/net/team/
Dteam.c969 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c1072 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \