Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Droute.c259 struct rtentry_dbg { struct
285 TAILQ_ENTRY(rtentry_dbg) rtd_trash_link; argument
289 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 …]