Lines Matching defs:net

165 sctp_ss_default_select(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net,
201 * towards the requested net.
203 if (net != NULL && strq != NULL &&
206 TAILQ_FIRST(&strq->outqueue)->net != NULL &&
207 TAILQ_FIRST(&strq->outqueue)->net != net) {
221 struct sctp_nets *net SCTP_UNUSED,
247 sctp_ss_default_packet_done(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net SCTP_UNUSED,
336 sctp_ss_rrp_select(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net SCTP_UNUSED,
345 sctp_ss_rrp_packet_done(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net,
375 * towards the requested net.
377 if (net != NULL && strq != NULL &&
380 TAILQ_FIRST(&strq->outqueue)->net != NULL &&
381 TAILQ_FIRST(&strq->outqueue)->net != net) {
502 sctp_ss_prio_select(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net,
541 * towards the requested net.
543 if (net != NULL && strq != NULL &&
546 TAILQ_FIRST(&strq->outqueue)->net != NULL &&
547 TAILQ_FIRST(&strq->outqueue)->net != net) {
682 sctp_ss_fb_select(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net,
705 (net == NULL || (TAILQ_FIRST(&strqt->outqueue) && TAILQ_FIRST(&strqt->outqueue)->net == NULL) ||
706 (net != NULL && TAILQ_FIRST(&strqt->outqueue) && TAILQ_FIRST(&strqt->outqueue)->net != NULL &&
707 TAILQ_FIRST(&strqt->outqueue)->net == net))))) {
724 sctp_ss_fb_scheduled(struct sctp_tcb *stcb, struct sctp_nets *net SCTP_UNUSED,
873 sctp_ss_fcfs_select(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net,
899 * towards the requested net.
901 if (net != NULL && strq != NULL &&
904 TAILQ_FIRST(&strq->outqueue)->net != NULL &&
905 TAILQ_FIRST(&strq->outqueue)->net != net) {
915 struct sctp_nets *net SCTP_UNUSED,