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

  /src/sys/netinet/
sctp_indata.h 53 void sctp_service_queues(struct sctp_tcb *, struct sctp_association *, int have_lock);
sctp_indata.c 100 * from. This will cause sctp_service_queues() to get called on the top
2423 sctp_service_queues(struct sctp_tcb *stcb, struct sctp_association *asoc, int hold_locks) function in typeref:typename:void
2679 sctp_service_queues(stcb, asoc, 0);
3505 sctp_service_queues(stcb, asoc, 0);
sctp_usrreq.c 3502 sctp_service_queues(stcb, &stcb->asoc, 1);

Completed in 17 milliseconds