Home
last modified time | relevance | path

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

12

/Linux-v5.4/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()
/Linux-v5.4/include/linux/
Dnetdev_features.h116 #define NETIF_F_NETNS_LOCAL __NETIF_F(NETNS_LOCAL) macro
178 NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
/Linux-v5.4/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()
1279 dev->features |= NETIF_F_NETNS_LOCAL; in cfg80211_netdev_notifier_call()
/Linux-v5.4/net/ieee802154/6lowpan/
Dcore.c110 ldev->features |= NETIF_F_NETNS_LOCAL; in lowpan_setup()
/Linux-v5.4/tools/testing/selftests/net/forwarding/
DREADME9 (NETIF_F_NETNS_LOCAL) and most of them probably do not support the
/Linux-v5.4/drivers/net/
Dloopback.c183 | NETIF_F_NETNS_LOCAL in gen_lo_setup()
Dnet_failover.c740 failover_dev->features |= NETIF_F_NETNS_LOCAL; in net_failover_create()
Dvrf.c1269 dev->features |= NETIF_F_NETNS_LOCAL; in vrf_setup()
/Linux-v5.4/net/openvswitch/
Dvport-internal_dev.c188 vport->dev->features |= NETIF_F_NETNS_LOCAL; in internal_dev_create()
/Linux-v5.4/net/hsr/
Dhsr_device.c411 dev->features |= NETIF_F_NETNS_LOCAL; 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/net/ipv6/
Dip6_gre.c1469 dev->features |= NETIF_F_NETNS_LOCAL; in ip6gre_tunnel_init_common()
1576 ign->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL; in ip6gre_init_net()
1897 dev->features |= NETIF_F_NETNS_LOCAL; in ip6gre_tap_setup()
2200 dev->features |= NETIF_F_NETNS_LOCAL; in ip6erspan_tap_setup()
Dip6_tunnel.c1881 dev->features |= NETIF_F_NETNS_LOCAL; in ip6_tnl_dev_init()
2238 ip6n->fb_tnl_dev->features |= NETIF_F_NETNS_LOCAL; in ip6_tnl_init_net()
Dsit.c1866 sitn->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL; in sit_init_net()
Dip6mr.c636 dev->features |= NETIF_F_NETNS_LOCAL; in reg_vif_setup()
/Linux-v5.4/Documentation/networking/
Dnetdev-features.txt149 NETIF_F_NETNS_LOCAL is set for devices that are not allowed to move between
Dswitchdev.txt129 NETIF_F_NETNS_LOCAL
/Linux-v5.4/net/ipv4/
Dip_tunnel.c1065 itn->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL; in ip_tunnel_init_net()
1240 dev->features |= NETIF_F_NETNS_LOCAL; in ip_tunnel_init()
Dipmr.c561 dev->features |= NETIF_F_NETNS_LOCAL; in reg_vif_setup()
/Linux-v5.4/net/batman-adv/
Dsoft-interface.c1030 dev->features |= NETIF_F_HW_VLAN_CTAG_FILTER | NETIF_F_NETNS_LOCAL; in batadv_softif_init_early()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c1020 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_LLTX | NETIF_F_SG | in __mlxsw_sx_port_eth_create()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c1469 netdev->features |= NETIF_F_NETNS_LOCAL; in mlx5e_build_rep_netdev()
/Linux-v5.4/drivers/net/ethernet/rocker/
Drocker_main.c2618 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_SG; in rocker_probe_port()
/Linux-v5.4/drivers/net/team/
Dteam.c2163 dev->features |= NETIF_F_NETNS_LOCAL; in team_setup()
/Linux-v5.4/net/core/
Ddev.c9724 if (dev->features & NETIF_F_NETNS_LOCAL) in dev_change_net_namespace()
10066 if (dev->features & NETIF_F_NETNS_LOCAL) in default_device_exit()

12