Searched refs:sctp_id2assoc (Results 1 - 2 of 2) sorted by relevance

/net/sctp/
H A Dsocket.c200 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) function
253 id_asoc = sctp_id2assoc(sk, id);
1724 asoc = sctp_id2assoc(sk, associd);
2220 asoc = sctp_id2assoc(sk, 0);
2549 asoc = sctp_id2assoc(sk, params.spp_assoc_id);
2666 asoc = sctp_id2assoc(sk, params.sack_assoc_id);
2791 asoc = sctp_id2assoc(sk, info.sinfo_assoc_id);
2831 asoc = sctp_id2assoc(sk, info.snd_assoc_id);
2923 asoc = sctp_id2assoc(sk, rtoinfo.srto_assoc_id);
2986 asoc = sctp_id2assoc(s
[all...]
H A Dsm_sideeffect.c1084 asoc, sctp_state_tbl[(asoc && sctp_id2assoc(ep->base.sk, \

Completed in 43 milliseconds