Home
last modified time | relevance | path

Searched refs:sctp_id2assoc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/net/sctp/
Dsocket.c230 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) in sctp_id2assoc() function
286 id_asoc = sctp_id2assoc(sk, id); in sctp_addr_id2transport()
2012 asoc = sctp_id2assoc(sk, sinfo->sinfo_assoc_id); in sctp_sendmsg()
2234 asoc = sctp_id2assoc(sk, 0); in sctp_setsockopt_events()
2651 asoc = sctp_id2assoc(sk, params->spp_assoc_id); in sctp_setsockopt_peer_addr_params()
2781 asoc = sctp_id2assoc(sk, params->sack_assoc_id); in __sctp_setsockopt_delayed_ack()
2906 asoc = sctp_id2assoc(sk, info->sinfo_assoc_id); in sctp_setsockopt_default_send_param()
2964 asoc = sctp_id2assoc(sk, info->snd_assoc_id); in sctp_setsockopt_default_sndinfo()
3078 asoc = sctp_id2assoc(sk, rtoinfo->srto_assoc_id); in sctp_setsockopt_rtoinfo()
3141 asoc = sctp_id2assoc(sk, assocparams->sasoc_assoc_id); in sctp_setsockopt_associnfo()
[all …]
Dsm_sideeffect.c1131 asoc, sctp_state_tbl[(asoc && sctp_id2assoc(ep->base.sk, \
/Linux-v5.15/include/net/sctp/
Dsctp.h371 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);