Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Duipc_usrreq.c210 static void unp_scan(struct mbuf *, void (*)(struct fileglob *, void *arg), void *arg);
2624 unp_scan(so->so_rcv.sb_mb, unp_mark, 0); in unp_gc()
2712 unp_scan(m, unp_discard, NULL); in unp_dispose()
2730 unp_scan(struct mbuf *m0, void (*op)(struct fileglob *, void *arg), void *arg) in unp_scan() function