Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDroute.h404 #define RO_RTFREE(_ro) do { \ argument
405 if ((_ro)->ro_rt) { \
406 if ((_ro)->ro_flags & RT_NORTREF ) { \
407 (_ro)->ro_flags &= ~RT_NORTREF; \
408 (_ro)->ro_rt = NULL; \
410 RT_LOCK((_ro)->ro_rt); \
411 RTFREE_LOCKED((_ro)->ro_rt); \