Searched refs:SCTP_DATAGRAM_RESEND (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_timer.c76 if (chk->sent == SCTP_DATAGRAM_RESEND) {
82 if (chk->sent == SCTP_DATAGRAM_RESEND) {
87 if (chk->sent == SCTP_DATAGRAM_RESEND) {
631 if (chk->sent < SCTP_DATAGRAM_RESEND) {
663 chk->sent = SCTP_DATAGRAM_RESEND;
700 if (chk->sent == SCTP_DATAGRAM_RESEND) {
732 if (chk->sent == SCTP_DATAGRAM_RESEND) {
739 if (chk->sent != SCTP_DATAGRAM_RESEND) {
740 chk->sent = SCTP_DATAGRAM_RESEND;
752 could_be_sent->sent = SCTP_DATAGRAM_RESEND;
[all...]
H A Dsctp_indata.c2623 if ((tp1->whoTo->find_pseudo_cumack == 1) && (tp1->sent < SCTP_DATAGRAM_RESEND) &&
2628 if ((tp1->whoTo->find_rtx_pseudo_cumack == 1) && (tp1->sent < SCTP_DATAGRAM_RESEND) &&
2639 if (tp1->sent < SCTP_DATAGRAM_RESEND) {
2755 if (tp1->sent <= SCTP_DATAGRAM_RESEND) {
2761 if (tp1->sent == SCTP_DATAGRAM_RESEND) {
2986 if (tp1->sent < SCTP_DATAGRAM_RESEND)
3019 if (tp1->sent >= SCTP_DATAGRAM_RESEND) {
3072 if (tp1->sent < SCTP_DATAGRAM_RESEND) {
3088 if ((tp1->sent < SCTP_DATAGRAM_RESEND) && (num_dests_sacked == 1) &&
3134 if (tp1->sent < SCTP_DATAGRAM_RESEND) {
[all...]
H A Dsctp_input.c1809 if (chk->sent < SCTP_DATAGRAM_RESEND) {
1810 chk->sent = SCTP_DATAGRAM_RESEND;
3430 if (tp1->sent != SCTP_DATAGRAM_RESEND)
3462 if (tp1->sent < SCTP_DATAGRAM_RESEND) {
3466 tp1->sent = SCTP_DATAGRAM_RESEND;
3473 if (tp1->sent == SCTP_DATAGRAM_RESEND)
3478 if (tp1->sent == SCTP_DATAGRAM_RESEND)
3502 if (asconf->sent != SCTP_DATAGRAM_RESEND)
3504 asconf->sent = SCTP_DATAGRAM_RESEND;
3552 if (cookie->sent != SCTP_DATAGRAM_RESEND)
[all...]
H A Dsctp_constants.h392 #define SCTP_DATAGRAM_RESEND 4 macro
H A Dsctp_asconf.c1058 if (chk->sent < SCTP_DATAGRAM_RESEND) {
1059 chk->sent = SCTP_DATAGRAM_RESEND;
H A Dsctputil.c682 if (chk->sent == SCTP_DATAGRAM_RESEND) {
684 } else if (chk->sent < SCTP_DATAGRAM_RESEND) {
752 (chk->sent < SCTP_DATAGRAM_RESEND)) {
5188 if (tp1->sent < SCTP_DATAGRAM_RESEND) {
H A Dsctp_usrreq.c295 if (chk->sent < SCTP_DATAGRAM_RESEND) {
299 if (chk->sent != SCTP_DATAGRAM_RESEND) {
302 chk->sent = SCTP_DATAGRAM_RESEND;
H A Dsctp_output.c8333 chk->sent != SCTP_DATAGRAM_RESEND) {
9724 if (chk->sent != SCTP_DATAGRAM_RESEND) {
9816 if (chk->sent != SCTP_DATAGRAM_RESEND) {
9967 if (fwd->sent != SCTP_DATAGRAM_RESEND) {
/external/tcpdump/
H A DsctpConstants.h93 #define SCTP_DATAGRAM_RESEND 5 macro
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
H A Dsctp6_usrreq.c406 if (chk->sent != SCTP_DATAGRAM_RESEND)
408 chk->sent = SCTP_DATAGRAM_RESEND;
411 chk->sent = SCTP_DATAGRAM_RESEND;

Completed in 380 milliseconds