HomeSort by: relevance | last modified time | path
    Searched defs:queue_only (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
sctp_output.c 7093 int queue_only, error = 0; local in function:sctp_output
7100 queue_only = 0;
7310 queue_only = 1;
7380 queue_only = 1;
7442 queue_only = 1;
7445 queue_only = 1;
7461 queue_only = 1;
7466 if ((queue_only == 0) && stcb->asoc.peers_rwnd) {
7487 printf("USR Send complete qo:%d prw:%d\n", queue_only, stcb->asoc.peers_rwnd);
9802 int queue_only = 0, queue_only_for_init=0 local in function:sctp_sosend
    [all...]

Completed in 16 milliseconds