Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Droute_helpers.c154 if (flags & RIB_FLAG_WLOCK) in rib_walk_from()
161 if (flags & RIB_FLAG_WLOCK) in rib_walk_from()
H A Droute_ctl.h94 #define RIB_FLAG_WLOCK 0x01 /* Need exclusive rnh lock */ macro