Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Droute.c270 struct rtentry_dbg { struct
296 TAILQ_ENTRY(rtentry_dbg) rtd_trash_link; argument
299 __CCT_DECLARE_CONSTRAINED_PTR_TYPES(struct rtentry_dbg, rtentry_dbg);
301 #define RTENTRY_DBG(rte) __container_of(rte, struct rtentry_dbg, rtd_entry)
304 static TAILQ_HEAD(, rtentry_dbg) rttrash_head;
310 static inline void rte_lock_debug(struct rtentry_dbg *);
311 static inline void rte_unlock_debug(struct rtentry_dbg *);
315 static inline void rtref_audit(struct rtentry_dbg *);
316 static inline void rtunref_audit(struct rtentry_dbg *);
508 size = sizeof(struct rtentry_dbg); in route_init()
[all …]