Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/include/linux/
Dnetdev_features.h117 #define NETIF_F_LLTX __NETIF_F(LLTX) macro
185 NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
/kernel/linux/linux-5.10/net/openvswitch/
Dvport-internal_dev.c126 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
133 netdev->hw_features = netdev->features & ~NETIF_F_LLTX; in do_setup()
/kernel/linux/linux-5.10/Documentation/networking/
Dnetdevices.rst73 When the driver sets NETIF_F_LLTX in dev->features this will be
77 set_rx_mode. WARNING: use of NETIF_F_LLTX is deprecated.
Dnetdev-features.rst144 NETIF_F_LLTX is meant to be used by drivers that don't need locking at all,
/kernel/linux/linux-5.10/drivers/net/
Dvsockmon.c109 NETIF_F_HIGHDMA | NETIF_F_LLTX; in vsockmon_setup()
Dnlmon.c92 NETIF_F_HIGHDMA | NETIF_F_LLTX; in nlmon_setup()
Ddummy.c128 dev->features |= NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_LLTX; in dummy_setup()
Dloopback.c184 | NETIF_F_LLTX in gen_lo_setup()
Dnet_failover.c734 failover_dev->features |= NETIF_F_LLTX; in net_failover_create()
Drionet.c516 ndev->features = NETIF_F_LLTX; in rionet_setup_netdev()
Dbareudp.c538 dev->features |= NETIF_F_LLTX; in bareudp_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.c250 features |= NETIF_F_LLTX; in nfp_repr_fix_features()
386 netdev->features |= NETIF_F_LLTX; in nfp_repr_init()
/kernel/linux/linux-5.10/net/l2tp/
Dl2tp_eth.c120 dev->features |= NETIF_F_LLTX; in l2tp_eth_dev_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_vnd.c236 rmnet_dev->features |= NETIF_F_LLTX; in rmnet_vnd_setup()
/kernel/linux/linux-5.10/drivers/net/hamradio/
Dbpqether.c463 dev->features = NETIF_F_LLTX; /* Allow recursion */ in bpq_setup()
/kernel/linux/linux-5.10/net/8021q/
Dvlan_dev.c566 dev->features |= dev->hw_features | NETIF_F_LLTX; in vlan_dev_init()
648 features |= NETIF_F_LLTX; in vlan_dev_fix_features()
/kernel/linux/linux-5.10/drivers/net/wireguard/
Ddevice.c277 dev->features |= NETIF_F_LLTX; in wg_setup()
/kernel/linux/linux-5.10/net/hsr/
Dhsr_device.c457 dev->features |= NETIF_F_LLTX; in hsr_dev_setup()
/kernel/linux/linux-5.10/net/bridge/
Dbr_device.c454 dev->features = COMMON_FEATURES | NETIF_F_LLTX | NETIF_F_NETNS_LOCAL | in br_dev_setup()
/kernel/linux/linux-5.10/net/ipv4/
Dip_gre.c774 dev->features |= NETIF_F_LLTX; in ipgre_link_update()
777 dev->features &= ~(NETIF_F_LLTX | NETIF_F_GSO_SOFTWARE); in ipgre_link_update()
976 dev->features |= NETIF_F_LLTX; in __gre_tunnel_init()
Dipip.c369 dev->features |= NETIF_F_LLTX; in ipip_tunnel_setup()
Dip_vti.c432 dev->features |= NETIF_F_LLTX; in vti_tunnel_init()
/kernel/linux/linux-5.10/drivers/staging/octeon/
Dethernet.c432 dev->features |= NETIF_F_LLTX; in cvm_oct_common_init()
/kernel/linux/linux-5.10/net/batman-adv/
Dsoft-interface.c1052 dev->features |= NETIF_F_LLTX; in batadv_softif_init_early()
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_interface.c604 dev->features |= NETIF_F_LLTX; in xfrmi_dev_init()

123