Searched refs:upcalls (Results 1 – 8 of 8) sorted by relevance
137 sdp_upcalls_t *upcalls; in sosdp_init() local157 upcalls = &sosdp_sock_upcalls; in sosdp_init()160 so->so_family, SDP_CAN_BLOCK, upcalls, &sbl, cr, &error); in sosdp_init()
642 sock_upcalls_t *upcalls, int flags, cred_t *cred) in sdpfp_activate() argument648 ps->ps_upcalls = upcalls; in sdpfp_activate()
841 pci_prd_init(pci_prd_upcalls_t *upcalls) in pci_prd_init() argument848 prd_upcalls = upcalls; in pci_prd_init()
1024 sock_upcalls_t *upcalls = connp->conn_upcalls; in tcp_stop_lingering() local1027 ASSERT(upcalls != NULL); in tcp_stop_lingering()1028 ASSERT(upcalls->su_closed != NULL); in tcp_stop_lingering()1040 upcalls->su_closed(handle); in tcp_stop_lingering()1448 sock_upcalls_t *upcalls = connp->conn_upcalls; in tcp_free() local1462 ASSERT(upcalls != NULL); in tcp_free()1463 ASSERT(upcalls->su_closed != NULL); in tcp_free()1465 upcalls->su_closed(handle); in tcp_free()
1684 sock_upcalls_t *upcalls = connp->conn_upcalls; in tcp_close_output() local1687 ASSERT(upcalls != NULL); in tcp_close_output()1688 ASSERT(upcalls->su_closed != NULL); in tcp_close_output()1700 upcalls->su_closed(handle); in tcp_close_output()
2750 sock_upcalls_t *upcalls; in conn_get_socket_info() local2779 upcalls = connp->conn_upcalls; in conn_get_socket_info()2782 if (upper_handle != NULL && upcalls != NULL) { in conn_get_socket_info()2784 vn = upcalls->su_get_vnode(upper_handle); in conn_get_socket_info()
1322 sock_upcalls_t *upcalls, sctp_sockbuf_limits_t *sbl, in sctp_create() argument1483 ASSERT(upcalls != NULL); in sctp_create()1484 sctp->sctp_upcalls = upcalls; in sctp_create()
1305 …nfo} which will be passed between driver and ecore on both downcalls and upcalls. Throughout the r…