Home
last modified time | relevance | path

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

/Linux-v5.10/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()
1998 asoc = sctp_id2assoc(sk, sinfo->sinfo_assoc_id); in sctp_sendmsg()
2220 asoc = sctp_id2assoc(sk, 0); in sctp_setsockopt_events()
2636 asoc = sctp_id2assoc(sk, params->spp_assoc_id); in sctp_setsockopt_peer_addr_params()
2766 asoc = sctp_id2assoc(sk, params->sack_assoc_id); in __sctp_setsockopt_delayed_ack()
2891 asoc = sctp_id2assoc(sk, info->sinfo_assoc_id); in sctp_setsockopt_default_send_param()
2949 asoc = sctp_id2assoc(sk, info->snd_assoc_id); in sctp_setsockopt_default_sndinfo()
3063 asoc = sctp_id2assoc(sk, rtoinfo->srto_assoc_id); in sctp_setsockopt_rtoinfo()
3126 asoc = sctp_id2assoc(sk, assocparams->sasoc_assoc_id); in sctp_setsockopt_associnfo()
[all …]
Dsm_sideeffect.c1121 asoc, sctp_state_tbl[(asoc && sctp_id2assoc(ep->base.sk, \
/Linux-v5.10/include/net/sctp/
Dsctp.h367 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);