Home
last modified time | relevance | path

Searched refs:sctp_ss_scheduled (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_ss_functions.c947 .sctp_ss_scheduled = sctp_ss_default_scheduled,
962 .sctp_ss_scheduled = sctp_ss_default_scheduled,
977 .sctp_ss_scheduled = sctp_ss_default_scheduled,
992 .sctp_ss_scheduled = sctp_ss_default_scheduled,
1007 .sctp_ss_scheduled = sctp_ss_fb_scheduled,
1022 .sctp_ss_scheduled = sctp_ss_fcfs_scheduled,
H A Dsctp_structs.h745 void (*sctp_ss_scheduled) (struct sctp_tcb *stcb, struct sctp_nets *net, member
H A Dsctp_output.c7587 stcb->asoc.ss_functions.sctp_ss_scheduled(stcb, net, asoc, strq, to_move); in sctp_move_to_outqueue()