Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/net/ieee802154/
Dcore.c207 wpan_dev->netdev->features &= ~NETIF_F_NETNS_LOCAL; in cfg802154_switch_netns()
211 wpan_dev->netdev->features |= NETIF_F_NETNS_LOCAL; in cfg802154_switch_netns()
223 wpan_dev->netdev->features &= ~NETIF_F_NETNS_LOCAL; in cfg802154_switch_netns()
227 wpan_dev->netdev->features |= NETIF_F_NETNS_LOCAL; in cfg802154_switch_netns()
272 dev->features |= NETIF_F_NETNS_LOCAL; in cfg802154_netdev_notifier_call()
/kernel/linux/linux-5.10/include/linux/
Dnetdev_features.h120 #define NETIF_F_NETNS_LOCAL __NETIF_F(NETNS_LOCAL) macro
185 NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
DREADME9 (NETIF_F_NETNS_LOCAL) and most of them probably do not support the
/kernel/linux/linux-5.10/net/ieee802154/6lowpan/
Dcore.c118 ldev->features |= NETIF_F_NETNS_LOCAL; in lowpan_setup()
/kernel/linux/linux-5.10/net/wireless/
Dcore.c167 wdev->netdev->features &= ~NETIF_F_NETNS_LOCAL; in cfg80211_switch_netns()
171 wdev->netdev->features |= NETIF_F_NETNS_LOCAL; in cfg80211_switch_netns()
183 wdev->netdev->features &= ~NETIF_F_NETNS_LOCAL; in cfg80211_switch_netns()
187 wdev->netdev->features |= NETIF_F_NETNS_LOCAL; in cfg80211_switch_netns()
1323 dev->features |= NETIF_F_NETNS_LOCAL; in cfg80211_netdev_notifier_call()
/kernel/linux/linux-5.10/drivers/net/
Dloopback.c185 | NETIF_F_NETNS_LOCAL in gen_lo_setup()
Dnet_failover.c741 failover_dev->features |= NETIF_F_NETNS_LOCAL; in net_failover_create()
Dvrf.c1619 dev->features |= NETIF_F_NETNS_LOCAL; in vrf_setup()
/kernel/linux/linux-5.10/net/openvswitch/
Dvport-internal_dev.c170 vport->dev->features |= NETIF_F_NETNS_LOCAL; in internal_dev_create()
/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/hsr/
Dhsr_device.c490 dev->features |= NETIF_F_NETNS_LOCAL; in hsr_dev_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/prestera/
Dprestera_main.c308 dev->features |= NETIF_F_NETNS_LOCAL; in prestera_port_create()
/kernel/linux/linux-5.10/Documentation/networking/
Dnetdev-features.rst152 NETIF_F_NETNS_LOCAL is set for devices that are not allowed to move between
Dswitchdev.rst139 NETIF_F_NETNS_LOCAL
/kernel/linux/linux-5.10/net/batman-adv/
Dsoft-interface.c1064 dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_NETNS_LOCAL; in batadv_softif_init_early()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c739 netdev->features |= NETIF_F_NETNS_LOCAL; in mlx5e_build_rep_netdev()
/kernel/linux/linux-5.10/net/ipv4/
Dip_tunnel.c1074 itn->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL; in ip_tunnel_init_net()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c994 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_LLTX | NETIF_F_SG | in __mlxsw_sx_port_eth_create()
/kernel/linux/linux-5.10/net/ipv6/
Dsit.c1912 sitn->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL; in sit_init_net()
Dip6_tunnel.c2311 ip6n->fb_tnl_dev->features |= NETIF_F_NETNS_LOCAL; in ip6_tnl_init_net()
Dip6mr.c640 dev->features |= NETIF_F_NETNS_LOCAL; in reg_vif_setup()
Dip6_gre.c1603 ign->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL; in ip6gre_init_net()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
Dcpsw_new.c1422 NETIF_F_HW_VLAN_CTAG_RX | NETIF_F_NETNS_LOCAL; in cpsw_create_ports()
/kernel/linux/linux-5.10/drivers/net/team/
Dteam.c2172 dev->features |= NETIF_F_NETNS_LOCAL; in team_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/
Drocker_main.c2618 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_SG; in rocker_probe_port()

12