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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h403 uint32_t fr_max_burst; member in struct:sctp_pcb
H A Dsctp_structs.h1189 uint32_t fr_max_burst; member in struct:sctp_association
H A Dsctputil.c974 asoc->fr_max_burst = inp->sctp_ep.fr_max_burst;
H A Dsctp_pcb.c3060 m->fr_max_burst = SCTP_BASE_SYSCTL(sctp_fr_max_burst_default);
H A Dsctp_output.c10528 if ((asoc->fr_max_burst > 0) && (tot_frs >= asoc->fr_max_burst)) {

Completed in 788 milliseconds