uipc_usrreq.c | 191 static void unp_scan(struct mbuf *, void (*)(file_t *), int); 1778 unp_scan(so->so_rcv.sb_mb, unp_mark, 0); 1781 unp_scan(so1->so_rcv.sb_mb, unp_mark, 0); 1784 unp_scan(so1->so_rcv.sb_mb, unp_mark, 0); 1904 unp_scan(m, unp_discard_later, 1); 1908 unp_scan(struct mbuf *m0, void (*op)(file_t *), int discard) function in typeref:typename:void
|