Home
last modified time | relevance | path

Searched refs:fastpath_lock (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dip_forward.c58 write_lock_irq(&skb->dev->fastpath_lock); in ip_forward_finish()
61 write_unlock_irq(&skb->dev->fastpath_lock); in ip_forward_finish()
/linux-2.4.37.9/net/core/
Ddev.c799 write_lock_irq(&dev->fastpath_lock); in dev_do_clear_fastroute()
802 write_unlock_irq(&dev->fastpath_lock); in dev_do_clear_fastroute()
2492 dev->fastpath_lock=RW_LOCK_UNLOCKED; in register_netdevice()
2813 dev->fastpath_lock = RW_LOCK_UNLOCKED; in net_dev_init()
/linux-2.4.37.9/include/linux/
Dnetdevice.h449 rwlock_t fastpath_lock; member