Home
last modified time | relevance | path

Searched refs:sctp_fcsn (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c393 sctp->sctp_fcsn = sctp->sctp_lastacked; in sctp_initialize_params()
992 sctp->sctp_fcsn = sctp->sctp_lastacked; in sctp_send_cookie_echo()
1357 sctp->sctp_fcsn = sctp->sctp_lastacked; in sctp_process_cookie()
H A Dsctp_asconf.c407 if (*idp == (sctp->sctp_fcsn + 1)) { in sctp_input_asconf()
409 } else if (*idp == sctp->sctp_fcsn) { in sctp_input_asconf()
581 sctp->sctp_fcsn++; in sctp_input_asconf()
H A Dsctp_impl.h893 uint32_t sctp_fcsn; /* Peer serial number */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c980 sctp->sctp_fcsn); in sctp()