Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp_ss_functions.c835 .sctp_ss_scheduled = sctp_ss_default_scheduled,
849 .sctp_ss_scheduled = sctp_ss_default_scheduled,
863 .sctp_ss_scheduled = sctp_ss_default_scheduled,
877 .sctp_ss_scheduled = sctp_ss_default_scheduled,
891 .sctp_ss_scheduled = sctp_ss_fb_scheduled,
905 .sctp_ss_scheduled = sctp_ss_default_scheduled,
Dsctp_structs.h708 void (*sctp_ss_scheduled) (struct sctp_tcb *stcb, struct sctp_nets *net, member
Dsctp_output.c7692 stcb->asoc.ss_functions.sctp_ss_scheduled(stcb, net, asoc, strq, moved_how_much); in sctp_fill_outqueue()