HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_DATAGRAM_RESEND (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/netinet/
sctp_timer.c 114 if (chk->sent == SCTP_DATAGRAM_RESEND) {
120 if (chk->sent == SCTP_DATAGRAM_RESEND) {
517 if (chk->sent != SCTP_DATAGRAM_RESEND) {
539 chk->sent = SCTP_DATAGRAM_RESEND;
569 if (chk->sent == SCTP_DATAGRAM_RESEND) {
618 if (chk->sent != SCTP_DATAGRAM_RESEND) {
619 chk->sent = SCTP_DATAGRAM_RESEND;
661 if (chk->sent < SCTP_DATAGRAM_RESEND) {
952 if (cookie->sent != SCTP_DATAGRAM_RESEND) {
955 cookie->sent = SCTP_DATAGRAM_RESEND;
    [all...]
sctp_constants.h 185 #define SCTP_DATAGRAM_RESEND 5
sctp_input.c 2434 if (tp1->sent != SCTP_DATAGRAM_RESEND) {
2449 tp1->sent = SCTP_DATAGRAM_RESEND;
2481 if (tp1->sent == SCTP_DATAGRAM_RESEND)
2486 if (tp1->sent == SCTP_DATAGRAM_RESEND)
2509 if (asconf->sent != SCTP_DATAGRAM_RESEND)
2511 asconf->sent = SCTP_DATAGRAM_RESEND;
2562 if (cookie->sent != SCTP_DATAGRAM_RESEND)
2564 cookie->sent = SCTP_DATAGRAM_RESEND;
sctp_indata.c 2819 if (tp1->sent <= SCTP_DATAGRAM_RESEND &&
2830 if (tp1->sent == SCTP_DATAGRAM_RESEND) {
2996 if (tp1->sent >= SCTP_DATAGRAM_RESEND) {
3095 if (tp1->sent == SCTP_DATAGRAM_RESEND) {
3202 tp1->sent != SCTP_DATAGRAM_RESEND) {
3225 if (tp1->sent == SCTP_DATAGRAM_RESEND &&
3699 if (tp1->sent == SCTP_DATAGRAM_RESEND) {
sctputil.c 473 if (chk->sent == SCTP_DATAGRAM_RESEND) {
475 } else if (chk->sent < SCTP_DATAGRAM_RESEND) {
542 (chk->sent < SCTP_DATAGRAM_RESEND)) {
sctp_usrreq.c 310 if (chk->sent != SCTP_DATAGRAM_RESEND) {
313 chk->sent = SCTP_DATAGRAM_RESEND;
sctp_output.c 6500 if (chk->sent != SCTP_DATAGRAM_RESEND) {
6605 if (chk->sent != SCTP_DATAGRAM_RESEND) {
6687 if (fwd->sent != SCTP_DATAGRAM_RESEND) {
  /src/sys/netinet6/
sctp6_usrreq.c 368 if (chk->sent != SCTP_DATAGRAM_RESEND)
370 chk->sent = SCTP_DATAGRAM_RESEND;
373 chk->sent = SCTP_DATAGRAM_RESEND;

Completed in 30 milliseconds