Home
last modified time | relevance | path

Searched defs:sctp_ss_functions (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_structs.h733 struct sctp_ss_functions { struct
734 void (*sctp_ss_init) (struct sctp_tcb *stcb, struct sctp_association *asoc);
735 void (*sctp_ss_clear) (struct sctp_tcb *stcb, struct sctp_association *asoc,
737 …t_stream) (struct sctp_tcb *stcb, struct sctp_stream_out *strq, struct sctp_stream_out *with_strq);
738 void (*sctp_ss_add_to_stream) (struct sctp_tcb *stcb, struct sctp_association *asoc,
740 bool (*sctp_ss_is_empty) (struct sctp_tcb *stcb, struct sctp_association *asoc);
741 void (*sctp_ss_remove_from_stream) (struct sctp_tcb *stcb, struct sctp_association *asoc,
743 struct sctp_stream_out *(*sctp_ss_select_stream) (struct sctp_tcb *stcb,
745 void (*sctp_ss_scheduled) (struct sctp_tcb *stcb, struct sctp_nets *net,
747 void (*sctp_ss_packet_done) (struct sctp_tcb *stcb, struct sctp_nets *net,
[all …]
H A Dsctp_ss_functions.c937 const struct sctp_ss_functions sctp_ss_functions[] = { variable