Home
last modified time | relevance | path

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

/Linux-v5.4/net/sctp/
Dsocket.c215 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) in sctp_id2assoc() function
271 id_asoc = sctp_id2assoc(sk, id); in sctp_addr_id2transport()
2002 asoc = sctp_id2assoc(sk, sinfo->sinfo_assoc_id); in sctp_sendmsg()
2237 asoc = sctp_id2assoc(sk, 0); in sctp_setsockopt_events()
2661 asoc = sctp_id2assoc(sk, params.spp_assoc_id); in sctp_setsockopt_peer_addr_params()
2815 asoc = sctp_id2assoc(sk, params.sack_assoc_id); in sctp_setsockopt_delayed_ack()
2918 asoc = sctp_id2assoc(sk, info.sinfo_assoc_id); in sctp_setsockopt_default_send_param()
2979 asoc = sctp_id2assoc(sk, info.snd_assoc_id); in sctp_setsockopt_default_sndinfo()
3104 asoc = sctp_id2assoc(sk, rtoinfo.srto_assoc_id); in sctp_setsockopt_rtoinfo()
3168 asoc = sctp_id2assoc(sk, assocparams.sasoc_assoc_id); in sctp_setsockopt_associnfo()
[all …]
Dsm_sideeffect.c1120 asoc, sctp_state_tbl[(asoc && sctp_id2assoc(ep->base.sk, \
/Linux-v5.4/include/net/sctp/
Dsctp.h367 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);