Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Duipc_usrreq.c175 static void unp_scan(struct mbuf *, void (*)(struct fileglob *, void *arg), void *arg);
2424 unp_scan(so->so_rcv.sb_mb, unp_mark, 0); in unp_gc()
2512 unp_scan(m, unp_discard, NULL); in unp_dispose()
2530 unp_scan(struct mbuf *m0, void (*op)(struct fileglob *, void *arg), void *arg) in unp_scan() function