Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv6/
Droute.c144 rwlock_t rt6_lock = RW_LOCK_UNLOCKED; variable
308 read_lock_bh(&rt6_lock); in rt6_lookup()
313 read_unlock_bh(&rt6_lock); in rt6_lookup()
332 write_lock_bh(&rt6_lock); in rt6_ins()
334 write_unlock_bh(&rt6_lock); in rt6_ins()
443 read_lock_bh(&rt6_lock); in ip6_route_input()
479 read_unlock_bh(&rt6_lock); in ip6_route_input()
502 read_unlock_bh(&rt6_lock); in ip6_route_input()
519 read_lock_bh(&rt6_lock); in ip6_route_output()
559 read_unlock_bh(&rt6_lock); in ip6_route_output()
[all …]
Dip6_fib.c1221 write_lock_bh(&rt6_lock); in fib6_run_gc()
1223 write_unlock_bh(&rt6_lock); in fib6_run_gc()
/linux-2.4.37.9/include/net/
Dip6_route.h96 extern rwlock_t rt6_lock;