Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetdev_features.h101 #define NETIF_F_NETNS_LOCAL __NETIF_F(NETNS_LOCAL) macro
134 NETIF_F_LLTX | NETIF_F_NETNS_LOCAL)
/linux-4.4.14/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()
1010 dev->features |= NETIF_F_NETNS_LOCAL; in cfg80211_netdev_notifier_call()
/linux-4.4.14/drivers/net/
Dloopback.c181 | NETIF_F_NETNS_LOCAL in loopback_setup()
Dvrf.c894 dev->features |= NETIF_F_NETNS_LOCAL; in vrf_setup()
Dmacvlan.c965 features &= ~NETIF_F_NETNS_LOCAL; in macvlan_fix_features()
/linux-4.4.14/net/ieee802154/6lowpan/
Dcore.c112 ldev->features |= NETIF_F_NETNS_LOCAL; in lowpan_setup()
/linux-4.4.14/net/ieee802154/
Dcore.c241 dev->features |= NETIF_F_NETNS_LOCAL; in cfg802154_netdev_notifier_call()
/linux-4.4.14/net/openvswitch/
Dvport-internal_dev.c209 vport->dev->features |= NETIF_F_NETNS_LOCAL; in internal_dev_create()
/linux-4.4.14/net/bridge/
Dbr_device.c378 dev->features = COMMON_FEATURES | NETIF_F_LLTX | NETIF_F_NETNS_LOCAL | in br_dev_setup()
/linux-4.4.14/net/hsr/
Dhsr_device.c414 dev->features |= NETIF_F_NETNS_LOCAL; in hsr_dev_setup()
/linux-4.4.14/Documentation/networking/
Dnetdev-features.txt144 NETIF_F_NETNS_LOCAL is set for devices that are not allowed to move between
Dswitchdev.txt129 NETIF_F_NETNS_LOCAL
/linux-4.4.14/net/ipv4/
Dip_tunnel.c1043 itn->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL; in ip_tunnel_init_net()
1197 dev->features |= NETIF_F_NETNS_LOCAL; in ip_tunnel_init()
Dipmr.c493 dev->features |= NETIF_F_NETNS_LOCAL; in reg_vif_setup()
/linux-4.4.14/net/ipv6/
Dip6_gre.c1360 ign->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL; in ip6gre_init_net()
1517 dev->features |= NETIF_F_NETNS_LOCAL; in ip6gre_tap_setup()
Dip6_tunnel.c1920 ip6n->fb_tnl_dev->features |= NETIF_F_NETNS_LOCAL; in ip6_tnl_init_net()
Dsit.c1818 sitn->fb_tunnel_dev->features |= NETIF_F_NETNS_LOCAL; in sit_init_net()
Dip6mr.c737 dev->features |= NETIF_F_NETNS_LOCAL; in reg_vif_setup()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dswitchx2.c989 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_LLTX | NETIF_F_SG | in mlxsw_sx_port_create()
Dspectrum.c1252 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_LLTX | NETIF_F_SG | in mlxsw_sp_port_create()
/linux-4.4.14/drivers/net/team/
Dteam.c2074 dev->features |= NETIF_F_NETNS_LOCAL; in team_setup()
/linux-4.4.14/net/core/
Ddev.c7316 if (dev->features & NETIF_F_NETNS_LOCAL) in dev_change_net_namespace()
7647 if (dev->features & NETIF_F_NETNS_LOCAL) in default_device_exit()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c4156 bond_dev->features |= NETIF_F_NETNS_LOCAL; in bond_setup()
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c5014 dev->features |= NETIF_F_NETNS_LOCAL | NETIF_F_SG; in rocker_probe_port()