Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctputil.c2997 ssfe->ssfe_info.snd_sid = chk->rec.data.stream_number; in sctp_notify_send_failed()
2998 ssfe->ssfe_info.snd_flags = chk->rec.data.rcv_flags; in sctp_notify_send_failed()
2999 ssfe->ssfe_info.snd_ppid = chk->rec.data.payloadtype; in sctp_notify_send_failed()
3000 ssfe->ssfe_info.snd_context = chk->rec.data.context; in sctp_notify_send_failed()
3001 ssfe->ssfe_info.snd_assoc_id = sctp_get_associd(stcb); in sctp_notify_send_failed()
3109 ssfe->ssfe_info.snd_sid = sp->stream; in sctp_notify_send_failed2()
3111 ssfe->ssfe_info.snd_flags = SCTP_DATA_LAST_FRAG; in sctp_notify_send_failed2()
3113 ssfe->ssfe_info.snd_flags = SCTP_DATA_NOT_FRAG; in sctp_notify_send_failed2()
3115 ssfe->ssfe_info.snd_ppid = sp->ppid; in sctp_notify_send_failed2()
3116 ssfe->ssfe_info.snd_context = sp->context; in sctp_notify_send_failed2()
[all …]
Dsctp_uio.h403 struct sctp_sndinfo ssfe_info; member
/external/chromium_org/third_party/usrsctp/usrsctplib/
Dusrsctp.h400 struct sctp_sndinfo ssfe_info; member