Lines Matching defs:net

168 sctp_ss_default_select(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net,
192 * towards the requested net.
194 if (net != NULL && strq != NULL &&
197 TAILQ_FIRST(&strq->outqueue)->net != NULL &&
198 TAILQ_FIRST(&strq->outqueue)->net != net) {
211 sctp_ss_default_scheduled(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net SCTP_UNUSED,
220 sctp_ss_default_packet_done(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net SCTP_UNUSED,
286 sctp_ss_rrp_select(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net SCTP_UNUSED,
293 sctp_ss_rrp_packet_done(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net,
317 * towards the requested net.
319 if (net != NULL && strq != NULL &&
322 TAILQ_FIRST(&strq->outqueue)->net != NULL &&
323 TAILQ_FIRST(&strq->outqueue)->net != net) {
450 sctp_ss_prio_select(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net,
477 * towards the requested net.
479 if (net != NULL && strq != NULL &&
482 TAILQ_FIRST(&strq->outqueue)->net != NULL &&
483 TAILQ_FIRST(&strq->outqueue)->net != net) {
618 sctp_ss_fb_select(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net,
633 (net == NULL || (TAILQ_FIRST(&strqt->outqueue) && TAILQ_FIRST(&strqt->outqueue)->net == NULL) ||
634 (net != NULL && TAILQ_FIRST(&strqt->outqueue) && TAILQ_FIRST(&strqt->outqueue)->net != NULL &&
635 TAILQ_FIRST(&strqt->outqueue)->net == net))))) {
651 sctp_ss_fb_scheduled(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net SCTP_UNUSED,
790 sctp_ss_fcfs_select(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net,
811 * towards the requested net.
813 if (net != NULL && strq != NULL &&
816 TAILQ_FIRST(&strq->outqueue)->net != NULL &&
817 TAILQ_FIRST(&strq->outqueue)->net != net) {