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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sctp/
H A Dsocket.c186 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) function
239 id_asoc = sctp_id2assoc(sk, id);
1449 asoc = sctp_id2assoc(sk, associd);
2207 asoc = sctp_id2assoc(sk, params.spp_assoc_id);
2293 asoc = sctp_id2assoc(sk, params.assoc_id);
2405 asoc = sctp_id2assoc(sk, info.sinfo_assoc_id);
2497 asoc = sctp_id2assoc(sk, rtoinfo.srto_assoc_id);
2550 asoc = sctp_id2assoc(sk, assocparams.sasoc_assoc_id);
2696 asoc = sctp_id2assoc(sk, prim.sspp_assoc_id);
2769 asoc = sctp_id2assoc(s
[all...]
H A Dsm_sideeffect.c911 sctp_state_tbl[(asoc && sctp_id2assoc(ep->base.sk, \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/sctp/
H A Dsctp.h401 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id);

Completed in 54 milliseconds