Home
last modified time | relevance | path

Searched refs:NETIF_F_DYNALLOC (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/net/core/
Ddst.c192 !(dev->features & NETIF_F_DYNALLOC) && in dst_dev_event()
Ddev.c2589 (dev->features & NETIF_F_DYNALLOC)?"":", old style"); in netdev_finish_unregister()
2593 if (dev->features & NETIF_F_DYNALLOC) in netdev_finish_unregister()
2672 if (dev->features & NETIF_F_DYNALLOC) { in unregister_netdevice()
/linux-2.4.37.9/net/irda/
Dirda_device.c450 dev->features |= NETIF_F_DYNALLOC; in irda_device_setup()
/linux-2.4.37.9/net/8021q/
Dvlan.c436 new_dev->features |= NETIF_F_DYNALLOC ; in register_vlan_device()
/linux-2.4.37.9/include/linux/
Dnetdevice.h378 #define NETIF_F_DYNALLOC 16 /* Self-dectructable device. */ macro
/linux-2.4.37.9/net/ipv4/
Dipip.c245 dev->features |= NETIF_F_DYNALLOC; in ipip_tunnel_locate()
Dip_gre.c274 dev->features |= NETIF_F_DYNALLOC; in ipgre_tunnel_locate()
Dipmr.c208 dev->features |= NETIF_F_DYNALLOC; in ipmr_reg_vif()
/linux-2.4.37.9/net/ipv6/
Dsit.c183 dev->features |= NETIF_F_DYNALLOC; in ipip6_tunnel_locate()
/linux-2.4.37.9/drivers/net/
Dppp_generic.c2272 dev->features |= NETIF_F_DYNALLOC; in ppp_create_interface()