Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_usrreq.c302 static void unp_scan(struct mbuf *, void (*)(struct filedescent **, int));
1327 unp_scan(mc_first(&cmc), unp_freerights); in uipc_sosend_stream_or_seqpacket()
1587 unp_scan(mc_first(&cmc), in uipc_soreceive_stream_or_seqpacket()
2157 unp_scan(mc_first(&cmc), unp_freerights); in uipc_sosend_dgram()
2352 unp_scan(m, unp_freerights); in uipc_soreceive_dgram()
3281 unp_scan(m, unp_freerights); in unp_disconnect()
4077 unp_scan(STAILQ_FIRST(&so->so_rcv.uxdg_mb), op); in unp_scan_socket()
4078 unp_scan(so->so_rcv.uxdg_peeked, op); in unp_scan_socket()
4080 unp_scan(STAILQ_FIRST(&sb->uxdg_mb), op); in unp_scan_socket()
4084 unp_scan(STAILQ_FIRST(&so->so_rcv.uxst_mbq), op); in unp_scan_socket()
[all …]