Searched refs:snd_assoc_id (Results 1 – 7 of 7) sorted by relevance
847 sinfo.sinfo_assoc_id = ((struct sctp_sndinfo *)info)->snd_assoc_id; in usrsctp_sendv()848 assoc_id = &(((struct sctp_sndinfo *)info)->snd_assoc_id); in usrsctp_sendv()874 sinfo.sinfo_assoc_id = ((struct sctp_sendv_spa *)info)->sendv_sndinfo.snd_assoc_id; in usrsctp_sendv()875 assoc_id = &(((struct sctp_sendv_spa *)info)->sendv_sndinfo.snd_assoc_id); in usrsctp_sendv()2354 ((struct sctp_sndinfo *)arg)->snd_assoc_id = id;
217 sctp_assoc_t snd_assoc_id; member
502 spa.sendv_sndinfo.snd_assoc_id = 0; in gst_sctp_association_send_data()
182 sctp_assoc_t snd_assoc_id; member
3798 SCTP_FIND_STCB(inp, stcb, info->snd_assoc_id);3811 (info->snd_assoc_id == SCTP_FUTURE_ASSOC))) {7079 SCTP_FIND_STCB(inp, stcb, info->snd_assoc_id);7098 ((info->snd_assoc_id == SCTP_FUTURE_ASSOC) ||7099 (info->snd_assoc_id == SCTP_ALL_ASSOC)))) {7110 ((info->snd_assoc_id == SCTP_CURRENT_ASSOC) ||7111 (info->snd_assoc_id == SCTP_ALL_ASSOC))) {
3589 ssfe->ssfe_info.snd_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed()3696 ssfe->ssfe_info.snd_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed2()
3641 sndrcvinfo->sinfo_assoc_id = sndinfo.snd_assoc_id;