Searched refs:rtentry_dbg (Results 1 – 1 of 1) sorted by relevance
259 struct rtentry_dbg { struct285 TAILQ_ENTRY(rtentry_dbg) rtd_trash_link; argument289 static TAILQ_HEAD(, rtentry_dbg) rttrash_head;295 static inline void rte_lock_debug(struct rtentry_dbg *);296 static inline void rte_unlock_debug(struct rtentry_dbg *);300 static inline void rtref_audit(struct rtentry_dbg *);301 static inline void rtunref_audit(struct rtentry_dbg *);447 size = sizeof(struct rtentry_dbg); in route_init()1240 TAILQ_REMOVE(&rttrash_head, (struct rtentry_dbg *)rt, in rtfree_common()1343 rtunref_audit((struct rtentry_dbg *)p); in rtunref()[all …]