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.c301 static void unp_scan(struct mbuf *, void (*)(struct filedescent **, int));
1295 unp_scan(mc_first(&cmc), unp_freerights); in uipc_sosend_stream_or_seqpacket()
1558 unp_scan(mc_first(&cmc), in uipc_soreceive_stream_or_seqpacket()
2125 unp_scan(mc_first(&cmc), unp_freerights); in uipc_sosend_dgram()
2320 unp_scan(m, unp_freerights); in uipc_soreceive_dgram()
3231 unp_scan(m, unp_freerights); in unp_disconnect()
4027 unp_scan(STAILQ_FIRST(&so->so_rcv.uxdg_mb), op); in unp_scan_socket()
4028 unp_scan(so->so_rcv.uxdg_peeked, op); in unp_scan_socket()
4030 unp_scan(STAILQ_FIRST(&sb->uxdg_mb), op); in unp_scan_socket()
4034 unp_scan(STAILQ_FIRST(&so->so_rcv.uxst_mbq), op); in unp_scan_socket()
[all …]