Searched refs:rtentry_dbg (Results 1 – 1 of 1) sorted by relevance
262 struct rtentry_dbg { struct288 TAILQ_ENTRY(rtentry_dbg) rtd_trash_link; argument292 static TAILQ_HEAD(, rtentry_dbg) rttrash_head;298 static inline void rte_lock_debug(struct rtentry_dbg *);299 static inline void rte_unlock_debug(struct rtentry_dbg *);303 static inline void rtref_audit(struct rtentry_dbg *);304 static inline void rtunref_audit(struct rtentry_dbg *);451 size = sizeof(struct rtentry_dbg); in route_init()1244 TAILQ_REMOVE(&rttrash_head, (struct rtentry_dbg *)rt, in rtfree_common()1350 rtunref_audit((struct rtentry_dbg *)p); in rtunref()[all …]