Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c136 sdp_upcalls_t *upcalls; in sosdp_init() local
156 upcalls = &sosdp_sock_upcalls; in sosdp_init()
159 so->so_family, SDP_CAN_BLOCK, upcalls, &sbl, cr, &error); in sosdp_init()
H A Dsockmod_pfp.c640 sock_upcalls_t *upcalls, int flags, cred_t *cred) in sdpfp_activate() argument
646 ps->ps_upcalls = upcalls; in sdpfp_activate()
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp.c1322 sock_upcalls_t *upcalls, sctp_sockbuf_limits_t *sbl, in sctp_create() argument
1483 ASSERT(upcalls != NULL); in sctp_create()
1484 sctp->sctp_upcalls = upcalls; in sctp_create()
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h1030 uint32_t upcalls; /* Number of upcalls in progress */ member