Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dulpevent.c240 sac->sac_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_assoc_change()
331 spc->spc_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_peer_addr_change()
414 sre->sre_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_remote_error()
522 ssf->ssf_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_send_failed()
584 sse->sse_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_shutdown_event()
617 sai->sai_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_adaptation_indication()
778 pd->pdapi_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_pdapi()
813 ak->auth_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_authkey()
843 sdry->sender_dry_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_sender_dry_event()
869 sreset->strreset_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_stream_reset_event()
[all …]
Dsm_sideeffect.c1157 sctp_assoc2id(asoc))) ? asoc->state : SCTP_STATE_CLOSED])
Dsocket.c2025 sinfo->sinfo_assoc_id = sctp_assoc2id(asoc); in sctp_sendmsg_update_sinfo()
5158 status.sstat_assoc_id = sctp_assoc2id(asoc); in sctp_getsockopt_sctp_status()
5167 status.sstat_primary.spinfo_assoc_id = sctp_assoc2id(transport->asoc); in sctp_getsockopt_sctp_status()
5232 pinfo.spinfo_assoc_id = sctp_assoc2id(transport->asoc); in sctp_getsockopt_peer_addr_info()
/Linux-v4.19/include/net/sctp/
Dsctp.h363 static inline sctp_assoc_t sctp_assoc2id(const struct sctp_association *asoc) in sctp_assoc2id() function