Home
last modified time | relevance | path

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

12

/linux/include/linux/
A Dnetdev_features.h110 #define NETIF_F_FRAGLIST __NETIF_F(FRAGLIST) macro
230 NETIF_F_FRAGLIST | NETIF_F_VLAN_CHALLENGED)
A Dif_vlan.h740 NETIF_F_FRAGLIST | NETIF_F_HW_VLAN_CTAG_TX | in vlan_features_check()
/linux/include/net/
A Dnet_failover.h34 NETIF_F_FRAGLIST | NETIF_F_ALL_TSO | \
/linux/drivers/net/
A Dvsockmon.c109 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in vsockmon_setup()
A Dnlmon.c92 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | in nlmon_setup()
A Ddummy.c126 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
A Dloopback.c178 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST in gen_lo_setup()
A Difb.c193 #define IFB_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | NETIF_F_FRAGLIST | \
A Dbareudp.c537 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in bareudp_setup()
541 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in bareudp_setup()
A Dgeneve.c1223 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in geneve_setup()
1227 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in geneve_setup()
A Dtap.c120 #define TAP_FEATURES (NETIF_F_GSO | NETIF_F_SG | NETIF_F_FRAGLIST)
/linux/net/openvswitch/
A Dvport-internal_dev.c111 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
/linux/net/phonet/
A Dpep-gprs.c215 dev->features = NETIF_F_FRAGLIST; in gprs_setup()
/linux/drivers/net/netdevsim/
A Dnetdev.c293 NETIF_F_FRAGLIST | in nsim_setup()
/linux/Documentation/livepatch/
A Dcallbacks.rst129 The commit ``48900cb6af42 ("virtio-net: drop NETIF_F_FRAGLIST")`` change the way that
/linux/net/hsr/
A Dhsr_device.c451 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in hsr_dev_setup()
/linux/net/bridge/
A Dbr_device.c21 #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
/linux/net/ipv4/
A Dipip.c358 NETIF_F_FRAGLIST | \
/linux/Documentation/networking/
A Dnetdev-features.rst134 NETIF_F_SG --- paged skbs (skb_shinfo()->frags), NETIF_F_FRAGLIST ---
A Dsegmentation-offloads.rst183 This also affects drivers with the NETIF_F_FRAGLIST & NETIF_F_GSO_SCTP bits
/linux/drivers/net/xen-netback/
A Dinterface.c542 NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_FRAGLIST; in xenvif_alloc()
/linux/drivers/net/ethernet/ibm/
A Dibmveth.c1705 netdev->hw_features |= NETIF_F_FRAGLIST; in ibmveth_probe()
1706 netdev->features |= NETIF_F_FRAGLIST; in ibmveth_probe()
/linux/net/8021q/
A Dvlan_dev.c570 NETIF_F_FRAGLIST | NETIF_F_GSO_SOFTWARE | in vlan_dev_init()
/linux/net/xfrm/
A Dxfrm_interface.c573 NETIF_F_FRAGLIST | \
/linux/drivers/net/ipvlan/
A Dipvlan_main.c119 (NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_FRAGLIST | \

Completed in 49 milliseconds

12