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

/darwin-on-arm/xnu/bsd/net/
H A Droute.c243 struct rtentry_dbg { struct
269 TAILQ_ENTRY(rtentry_dbg) rtd_trash_link;
273 static TAILQ_HEAD(, rtentry_dbg) rttrash_head;
279 static inline void rte_lock_debug(struct rtentry_dbg *);
280 static inline void rte_unlock_debug(struct rtentry_dbg *);
284 static inline void rtref_audit(struct rtentry_dbg *);
285 static inline void rtunref_audit(struct rtentry_dbg *);
761 size = sizeof (struct rtentry_dbg);
1061 TAILQ_REMOVE(&rttrash_head, (struct rtentry_dbg *)rt,
1150 rtunref_audit((struct rtentry_dbg *)
[all...]

Completed in 56 milliseconds