Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnetdev_features.h102 #define NETIF_F_NETNS_LOCAL __NETIF_F(NETNS_LOCAL) macro
133 NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
/linux-4.1.27/net/wireless/
Dcore.c163 wdev->netdev->features &= ~NETIF_F_NETNS_LOCAL; in cfg80211_switch_netns()
167 wdev->netdev->features |= NETIF_F_NETNS_LOCAL; in cfg80211_switch_netns()
178 wdev->netdev->features &= ~NETIF_F_NETNS_LOCAL; in cfg80211_switch_netns()
182 wdev->netdev->features |= NETIF_F_NETNS_LOCAL; in cfg80211_switch_netns()
1001 dev->features |= NETIF_F_NETNS_LOCAL; in cfg80211_netdev_notifier_call()
/linux-4.1.27/drivers/net/
Dloopback.c182 | NETIF_F_NETNS_LOCAL in loopback_setup()
Dmacvlan.c963 features &= ~NETIF_F_NETNS_LOCAL; in macvlan_fix_features()
/linux-4.1.27/net/ieee802154/
Dcore.c231 dev->features |= NETIF_F_NETNS_LOCAL; in cfg802154_netdev_notifier_call()
/linux-4.1.27/net/openvswitch/
Dvport-internal_dev.c186 netdev_vport->dev->features |= NETIF_F_NETNS_LOCAL; in internal_dev_create()
/linux-4.1.27/net/ieee802154/6lowpan/
Dcore.c129 dev->features |= NETIF_F_NETNS_LOCAL; in lowpan_setup()
/linux-4.1.27/net/bridge/
Dbr_device.c378 dev->features = COMMON_FEATURES | NETIF_F_LLTX | NETIF_F_NETNS_LOCAL | in br_dev_setup()
/linux-4.1.27/net/hsr/
Dhsr_device.c414 dev->features |= NETIF_F_NETNS_LOCAL; in hsr_dev_setup()
/linux-4.1.27/Documentation/networking/
Dnetdev-features.txt144 NETIF_F_NETNS_LOCAL is set for devices that are not allowed to move between
/linux-4.1.27/net/ipv6/
Dip6_gre.c1337 ign->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL; in ip6gre_init_net()
1497 dev->features |= NETIF_F_NETNS_LOCAL; in ip6gre_tap_setup()
Dsit.c1818 sitn->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL; in sit_init_net()
Dip6_tunnel.c1853 ip6n->fb_tnl_dev->features |= NETIF_F_NETNS_LOCAL; in ip6_tnl_init_net()
Dip6mr.c738 dev->features |= NETIF_F_NETNS_LOCAL; in reg_vif_setup()
/linux-4.1.27/net/ipv4/
Dip_tunnel.c1017 itn->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL; in ip_tunnel_init_net()
Dipmr.c498 dev->features |= NETIF_F_NETNS_LOCAL; in reg_vif_setup()
/linux-4.1.27/drivers/net/ppp/
Dppp_generic.c1105 dev->features |= NETIF_F_NETNS_LOCAL; in ppp_setup()
/linux-4.1.27/drivers/net/team/
Dteam.c2065 dev->features |= NETIF_F_NETNS_LOCAL; in team_setup()
/linux-4.1.27/net/core/
Ddev.c7029 if (dev->features & NETIF_F_NETNS_LOCAL) in dev_change_net_namespace()
7360 if (dev->features & NETIF_F_NETNS_LOCAL) in default_device_exit()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c4136 bond_dev->features |= NETIF_F_NETNS_LOCAL; in bond_setup()
/linux-4.1.27/drivers/net/ethernet/rocker/
Drocker.c4638 dev->features |= NETIF_F_NETNS_LOCAL | in rocker_probe_port()