Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_usrreq.c303 static void unp_scan(struct mbuf *, void (*)(struct filedescent **, int));
2622 unp_scan(soa->so_rcv.sb_mb, op); in unp_gc_scan()
2631 unp_scan(so->so_rcv.sb_mb, op); in unp_gc_scan()
2784 unp_scan(m, unp_freerights); in unp_dispose_mbuf()
2804 unp_scan(struct mbuf *m0, void (*op)(struct filedescent **, int)) in unp_scan() function