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

/linux-master/include/uapi/linux/
H A Dsctp.h237 sctp_assoc_t snd_assoc_id; member in struct:sctp_sndinfo
/linux-master/net/sctp/
H A Dsocket.c1631 srinfo->sinfo_assoc_id = cmsgs->sinfo->snd_assoc_id;
2975 asoc = sctp_id2assoc(sk, info->snd_assoc_id);
2976 if (!asoc && info->snd_assoc_id > SCTP_ALL_ASSOC &&
2990 info->snd_assoc_id = SCTP_FUTURE_ASSOC;
2992 if (info->snd_assoc_id == SCTP_FUTURE_ASSOC ||
2993 info->snd_assoc_id == SCTP_ALL_ASSOC) {
3000 if (info->snd_assoc_id == SCTP_CURRENT_ASSOC ||
3001 info->snd_assoc_id == SCTP_ALL_ASSOC) {
6487 asoc = sctp_id2assoc(sk, info.snd_assoc_id);
6488 if (!asoc && info.snd_assoc_id !
[all...]
H A Dulpevent.c563 ssf->ssfe_info.snd_assoc_id = chunk->sinfo.sinfo_assoc_id;

Completed in 135 milliseconds