Home
last modified time | relevance | path

Searched refs:fr_max_burst (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.h414 uint32_t fr_max_burst; member
Dsctp_structs.h1209 uint32_t fr_max_burst; member
Dsctputil.c1169 asoc->fr_max_burst = inp->sctp_ep.fr_max_burst; in sctp_init_asoc()
Dsctp_output.c10674 if ((asoc->fr_max_burst > 0) && (tot_frs >= asoc->fr_max_burst)) {
Dsctp_pcb.c3011 m->fr_max_burst = SCTP_BASE_SYSCTL(sctp_fr_max_burst_default);