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

  /src/sys/netinet6/
sctp6_usrreq.c 714 int some_on_streamwheel = 0; local in function:sctp6_disconnect
729 some_on_streamwheel = 1;
737 (some_on_streamwheel == 0)) {
  /src/sys/netinet/
sctp_usrreq.c 707 int some_on_streamwheel = 0; local in function:sctp_disconnect
750 some_on_streamwheel = 1;
758 (some_on_streamwheel == 0)) {
828 int some_on_streamwheel = 0; local in function:sctp_shutdown
849 some_on_streamwheel = 1;
856 (some_on_streamwheel == 0)) {
sctp_input.c 513 int some_on_streamwheel; local in function:sctp_handle_shutdown
578 some_on_streamwheel = 0;
584 some_on_streamwheel = 1;
591 printf("some_on_streamwheel:%d send_q_empty:%d sent_q_empty:%d\n",
592 some_on_streamwheel,
599 some_on_streamwheel) {
sctp_indata.c 3476 int some_on_streamwheel; local in function:sctp_handle_sack
4037 some_on_streamwheel = 0;
4043 some_on_streamwheel = 1;
4049 some_on_streamwheel == 0) {
sctp_output.c 4512 int some_on_streamwheel = 0; local in function:sctp_msg_append
4519 some_on_streamwheel = 1;
4527 (some_on_streamwheel == 0)) {
9732 int some_on_streamwheel = 0; local in function:sctp_copy_it_in
9739 some_on_streamwheel = 1;
9746 (some_on_streamwheel == 0)) {

Completed in 25 milliseconds