Home
last modified time | relevance | path

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

/Linux-v6.1/net/sctp/
Dsocket.c231 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) in sctp_id2assoc() function
287 id_asoc = sctp_id2assoc(sk, id); in sctp_addr_id2transport()
2010 asoc = sctp_id2assoc(sk, sinfo->sinfo_assoc_id); in sctp_sendmsg()
2231 asoc = sctp_id2assoc(sk, 0); in sctp_setsockopt_events()
2648 asoc = sctp_id2assoc(sk, params->spp_assoc_id); in sctp_setsockopt_peer_addr_params()
2778 asoc = sctp_id2assoc(sk, params->sack_assoc_id); in __sctp_setsockopt_delayed_ack()
2903 asoc = sctp_id2assoc(sk, info->sinfo_assoc_id); in sctp_setsockopt_default_send_param()
2961 asoc = sctp_id2assoc(sk, info->snd_assoc_id); in sctp_setsockopt_default_sndinfo()
3075 asoc = sctp_id2assoc(sk, rtoinfo->srto_assoc_id); in sctp_setsockopt_rtoinfo()
3138 asoc = sctp_id2assoc(sk, assocparams->sasoc_assoc_id); in sctp_setsockopt_associnfo()
[all …]
Dsm_sideeffect.c1135 asoc, sctp_state_tbl[(asoc && sctp_id2assoc(ep->base.sk, \
/Linux-v6.1/include/net/sctp/
Dsctp.h370 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);