Searched refs:sctp_assoc2id (Results 1 – 4 of 4) sorted by relevance
225 sac->sac_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_assoc_change()316 spc->spc_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_peer_addr_change()418 sre->sre_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_remote_error()526 ssf->ssf_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_send_failed()567 ssf->ssf_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_send_failed_event()627 sse->sse_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_shutdown_event()660 sai->sai_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_adaptation_indication()818 pd->pdapi_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_pdapi()853 ak->auth_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_authkey()883 sdry->sender_dry_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_sender_dry_event()[all …]
1135 sctp_assoc2id(asoc))) ? asoc->state : SCTP_STATE_CLOSED])
1924 sinfo->sinfo_assoc_id = sctp_assoc2id(asoc); in sctp_sendmsg_update_sinfo()5437 status.sstat_assoc_id = sctp_assoc2id(asoc); in sctp_getsockopt_sctp_status()5446 status.sstat_primary.spinfo_assoc_id = sctp_assoc2id(transport->asoc); in sctp_getsockopt_sctp_status()5519 pinfo.spinfo_assoc_id = sctp_assoc2id(transport->asoc); in sctp_getsockopt_peer_addr_info()
346 static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc) in sctp_assoc2id() function