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));
1080 unp_scan(control, unp_freerights); in uipc_send()
1359 unp_scan(c, unp_freerights); in uipc_sosend_dgram()
1560 unp_scan(m, unp_freerights); in uipc_soreceive_dgram()
2215 unp_scan(m, unp_freerights); in unp_disconnect()
3052 unp_scan(STAILQ_FIRST(&so->so_rcv.uxdg_mb), op); in unp_scan_socket()
3053 unp_scan(so->so_rcv.uxdg_peeked, op); in unp_scan_socket()
3055 unp_scan(STAILQ_FIRST(&sb->uxdg_mb), op); in unp_scan_socket()
3059 unp_scan(so->so_rcv.sb_mb, op); in unp_scan_socket()
3306 unp_scan(m, unp_freerights); in unp_dispose()
[all …]