Searched refs:rtentry_dbg (Results 1 – 1 of 1) sorted by relevance
265 struct rtentry_dbg { struct291 TAILQ_ENTRY(rtentry_dbg) rtd_trash_link; argument294 __CCT_DECLARE_CONSTRAINED_PTR_TYPES(struct rtentry_dbg, rtentry_dbg);296 #define RTENTRY_DBG(rte) __container_of(rte, struct rtentry_dbg, rtd_entry)299 static TAILQ_HEAD(, rtentry_dbg) rttrash_head;305 static inline void rte_lock_debug(struct rtentry_dbg *);306 static inline void rte_unlock_debug(struct rtentry_dbg *);310 static inline void rtref_audit(struct rtentry_dbg *);311 static inline void rtunref_audit(struct rtentry_dbg *);507 size = sizeof(struct rtentry_dbg); in route_init()[all …]