Searched defs:sctp_ss_functions (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_structs.h | 755 struct sctp_ss_functions { struct 756 void (*sctp_ss_init)(struct sctp_tcb *stcb, struct sctp_association *asoc, 758 void (*sctp_ss_clear)(struct sctp_tcb *stcb, struct sctp_association *asoc, 760 void (*sctp_ss_init_stream)(struct sctp_stream_out *strq, struct sctp_stream_out *with_strq); 761 void (*sctp_ss_add_to_stream)(struct sctp_tcb *stcb, struct sctp_association *asoc, 763 int (*sctp_ss_is_empty)(struct sctp_tcb *stcb, struct sctp_association *asoc); 764 void (*sctp_ss_remove_from_stream)(struct sctp_tcb *stcb, struct sctp_association *asoc, 766 struct sctp_stream_out* (*sctp_ss_select_stream)(struct sctp_tcb *stcb, 768 void (*sctp_ss_scheduled)(struct sctp_tcb *stcb, struct sctp_nets *net, 770 void (*sctp_ss_packet_done)(struct sctp_tcb *stcb, struct sctp_nets *net, [all …]
|
D | sctp_ss_functions.c | 830 struct sctp_ss_functions sctp_ss_functions[] = { variable
|