Searched defs:sctp_ss_functions (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_structs.h | 731 struct sctp_ss_functions { struct 732 void (*sctp_ss_init) (struct sctp_tcb *stcb, struct sctp_association *asoc, 734 void (*sctp_ss_clear) (struct sctp_tcb *stcb, struct sctp_association *asoc, 737 void (*sctp_ss_add_to_stream) (struct sctp_tcb *stcb, struct sctp_association *asoc, 739 int (*sctp_ss_is_empty) (struct sctp_tcb *stcb, struct sctp_association *asoc); 740 void (*sctp_ss_remove_from_stream) (struct sctp_tcb *stcb, struct sctp_association *asoc, 742 struct sctp_stream_out *(*sctp_ss_select_stream) (struct sctp_tcb *stcb, 744 void (*sctp_ss_scheduled) (struct sctp_tcb *stcb, struct sctp_nets *net, 746 void (*sctp_ss_packet_done) (struct sctp_tcb *stcb, struct sctp_nets *net, 748 int (*sctp_ss_get_value) (struct sctp_tcb *stcb, struct sctp_association *asoc, [all …]
|
| H A D | sctp_ss_functions.c | 937 const struct sctp_ss_functions sctp_ss_functions[] = { variable
|