Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dfib_rules.c102 static rwlock_t fib_rules_lock = RW_LOCK_UNLOCKED; variable
128 write_lock_bh(&fib_rules_lock); in inet_rtm_delrule()
131 write_unlock_bh(&fib_rules_lock); in inet_rtm_delrule()
242 write_lock_bh(&fib_rules_lock); in inet_rtm_newrule()
244 write_unlock_bh(&fib_rules_lock); in inet_rtm_newrule()
290 write_lock_bh(&fib_rules_lock); in fib_rules_detach()
292 write_unlock_bh(&fib_rules_lock); in fib_rules_detach()
303 write_lock_bh(&fib_rules_lock); in fib_rules_attach()
305 write_unlock_bh(&fib_rules_lock); in fib_rules_attach()
321 read_lock(&fib_rules_lock); in fib_lookup()
[all …]