Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/ !
H A Duipc_usrreq.c212 static void unp_scan(struct mbuf *, void (*)(struct fileglob *, void *arg), void *arg);
2668 unp_scan(so->so_rcv.sb_mb, unp_mark, 0); in unp_gc()
2760 unp_scan(m, unp_discard, NULL); in unp_dispose()
2778 unp_scan(struct mbuf *m0, void (*op)(struct fileglob *, void *arg), void *arg) in unp_scan() function