Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/linux/
Dnetdev_features.h116 #define NETIF_F_LLTX __NETIF_F(LLTX) macro
163 NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
Dnetdevice.h3906 if ((dev->features & NETIF_F_LLTX) == 0) { \
3914 (((dev->features & NETIF_F_LLTX) == 0) ? \
3919 if ((dev->features & NETIF_F_LLTX) == 0) { \
/Linux-v4.19/net/openvswitch/
Dvport-internal_dev.c156 netdev->features = NETIF_F_LLTX | NETIF_F_SG | NETIF_F_FRAGLIST | in do_setup()
163 netdev->hw_features = netdev->features & ~NETIF_F_LLTX; in do_setup()
/Linux-v4.19/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-v4.19/drivers/net/
Dnlmon.c119 NETIF_F_HIGHDMA | NETIF_F_LLTX; in nlmon_setup()
Dvsockmon.c141 NETIF_F_HIGHDMA | NETIF_F_LLTX; in vsockmon_setup()
Dloopback.c191 | NETIF_F_LLTX in loopback_setup()
Ddummy.c166 dev->features |= NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_LLTX; in dummy_setup()
Dnet_failover.c737 failover_dev->features |= NETIF_F_LLTX; in net_failover_create()
Drionet.c519 ndev->features = NETIF_F_LLTX; in rionet_setup_netdev()
Dveth.c1039 dev->features |= NETIF_F_LLTX; in veth_setup()
Dgtp.c624 dev->features |= NETIF_F_LLTX; in gtp_link_setup()
/Linux-v4.19/net/l2tp/
Dl2tp_eth.c127 dev->features |= NETIF_F_LLTX; in l2tp_eth_dev_setup()
/Linux-v4.19/drivers/net/hamradio/
Dbpqether.c467 dev->features = NETIF_F_LLTX; /* Allow recursion */ in bpq_setup()
/Linux-v4.19/net/8021q/
Dvlan_dev.c568 dev->features |= dev->hw_features | NETIF_F_LLTX; in vlan_dev_init()
645 features |= NETIF_F_LLTX; in vlan_dev_fix_features()
/Linux-v4.19/net/hsr/
Dhsr_device.c417 dev->features |= NETIF_F_LLTX; in hsr_dev_setup()
/Linux-v4.19/net/bridge/
Dbr_device.c419 dev->features = COMMON_FEATURES | NETIF_F_LLTX | NETIF_F_NETNS_LOCAL | in br_dev_setup()
/Linux-v4.19/net/ipv4/
Dip_gre.c809 dev->features |= NETIF_F_LLTX; in ipgre_link_update()
812 dev->features &= ~(NETIF_F_LLTX | NETIF_F_GSO_SOFTWARE); in ipgre_link_update()
1017 dev->features |= NETIF_F_LLTX; in __gre_tunnel_init()
Dipip.c383 dev->features |= NETIF_F_LLTX; in ipip_tunnel_setup()
Dip_vti.c392 dev->features |= NETIF_F_LLTX; in vti_tunnel_init()
/Linux-v4.19/drivers/staging/octeon/
Dethernet.c442 dev->features |= NETIF_F_LLTX; in cvm_oct_common_init()
/Linux-v4.19/net/xfrm/
Dxfrm_interface.c642 dev->features |= NETIF_F_LLTX; in xfrmi_dev_init()
/Linux-v4.19/drivers/net/ipvlan/
Dipvlan_main.c199 dev->features |= NETIF_F_LLTX | NETIF_F_VLAN_CHALLENGED; in ipvlan_init()
/Linux-v4.19/net/ipv6/
Dip6_gre.c392 dev->features |= NETIF_F_LLTX; in ip6gre_tunnel_locate()
1441 dev->features |= NETIF_F_LLTX; in ip6gre_tnl_init_features()

12