Searched refs:sctp_ss_add_to_stream (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_ss_functions.c | 68 stcb->asoc.ss_functions.sctp_ss_add_to_stream(stcb, &stcb->asoc, in sctp_ss_default_init() 849 .sctp_ss_add_to_stream = sctp_ss_default_add, 877 .sctp_ss_add_to_stream = sctp_ss_rr_add, 905 .sctp_ss_add_to_stream = sctp_ss_rr_add, 933 .sctp_ss_add_to_stream = sctp_ss_prio_add, 961 .sctp_ss_add_to_stream = sctp_ss_fb_add, 989 .sctp_ss_add_to_stream = sctp_ss_fcfs_add,
|
D | sctp_structs.h | 753 void (*sctp_ss_add_to_stream)(struct sctp_tcb *stcb, struct sctp_association *asoc, member
|
D | sctp_output.c | 6618 stcb->asoc.ss_functions.sctp_ss_add_to_stream(stcb, &stcb->asoc, strm, sp, 1); 13672 stcb->asoc.ss_functions.sctp_ss_add_to_stream(stcb, asoc, strm, sp, 1);
|