Home
last modified time | relevance | path

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

12

/Linux-v5.4/include/linux/
Dnetdev_features.h113 #define NETIF_F_LLTX __NETIF_F(LLTX) macro
178 NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
Dnetdevice.h4011 if ((dev->features & NETIF_F_LLTX) == 0) { \
4019 (((dev->features & NETIF_F_LLTX) == 0) ? \
4024 if ((dev->features & NETIF_F_LLTX) == 0) { \
/Linux-v5.4/net/openvswitch/
Dvport-internal_dev.c144 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
151 netdev->hw_features = netdev->features & ~NETIF_F_LLTX; in do_setup()
/Linux-v5.4/Documentation/networking/
Dnetdevices.txt70 When the driver sets NETIF_F_LLTX in dev->features this will be
74 set_rx_mode. WARNING: use of NETIF_F_LLTX is deprecated.
Dnetdev-features.txt141 NETIF_F_LLTX is meant to be used by drivers that don't need locking at all,
/Linux-v5.4/drivers/net/
Dvsockmon.c136 NETIF_F_HIGHDMA | NETIF_F_LLTX; in vsockmon_setup()
Dnlmon.c114 NETIF_F_HIGHDMA | NETIF_F_LLTX; in nlmon_setup()
Ddummy.c156 dev->features |= NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_LLTX; in dummy_setup()
Dloopback.c182 | NETIF_F_LLTX in gen_lo_setup()
Dnet_failover.c737 failover_dev->features |= NETIF_F_LLTX; in net_failover_create()
Drionet.c515 ndev->features = NETIF_F_LLTX; in rionet_setup_netdev()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.c250 features |= NETIF_F_LLTX; in nfp_repr_fix_features()
370 netdev->features |= NETIF_F_LLTX; in nfp_repr_init()
/Linux-v5.4/net/l2tp/
Dl2tp_eth.c122 dev->features |= NETIF_F_LLTX; in l2tp_eth_dev_setup()
/Linux-v5.4/net/8021q/
Dvlan_dev.c545 dev->features |= dev->hw_features | NETIF_F_LLTX; in vlan_dev_init()
621 features |= NETIF_F_LLTX; in vlan_dev_fix_features()
/Linux-v5.4/drivers/net/hamradio/
Dbpqether.c441 dev->features = NETIF_F_LLTX; /* Allow recursion */ in bpq_setup()
/Linux-v5.4/net/ipv4/
Dip_gre.c739 dev->features |= NETIF_F_LLTX; in ipgre_link_update()
742 dev->features &= ~(NETIF_F_LLTX | NETIF_F_GSO_SOFTWARE); in ipgre_link_update()
947 dev->features |= NETIF_F_LLTX; in __gre_tunnel_init()
Dipip.c380 dev->features |= NETIF_F_LLTX; in ipip_tunnel_setup()
Dip_vti.c412 dev->features |= NETIF_F_LLTX; in vti_tunnel_init()
/Linux-v5.4/net/hsr/
Dhsr_device.c403 dev->features |= NETIF_F_LLTX; in hsr_dev_setup()
/Linux-v5.4/net/bridge/
Dbr_device.c419 dev->features = COMMON_FEATURES | NETIF_F_LLTX | NETIF_F_NETNS_LOCAL | in br_dev_setup()
/Linux-v5.4/drivers/staging/octeon/
Dethernet.c431 dev->features |= NETIF_F_LLTX; in cvm_oct_common_init()
/Linux-v5.4/net/batman-adv/
Dsoft-interface.c1031 dev->features |= NETIF_F_LLTX; in batadv_softif_init_early()
/Linux-v5.4/net/xfrm/
Dxfrm_interface.c596 dev->features |= NETIF_F_LLTX; in xfrmi_dev_init()
/Linux-v5.4/drivers/net/ipvlan/
Dipvlan_main.c128 dev->features |= NETIF_F_LLTX | NETIF_F_VLAN_CHALLENGED; in ipvlan_init()
/Linux-v5.4/net/ipv6/
Dip6_gre.c387 dev->features |= NETIF_F_LLTX; in ip6gre_tunnel_locate()
1433 dev->features |= NETIF_F_LLTX; in ip6gre_tnl_init_features()

12