Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_pcb.h324 uint32_t fr_max_burst; member
H A Dsctp_structs.h1144 uint32_t fr_max_burst; member
H A Dsctputil.c1137 asoc->fr_max_burst = inp->sctp_ep.fr_max_burst; in sctp_init_asoc()
H A Dsctp_output.c10157 if ((asoc->fr_max_burst > 0) && (tot_frs >= asoc->fr_max_burst)) { in sctp_chunk_output()
H A Dsctp_pcb.c2547 m->fr_max_burst = SCTP_BASE_SYSCTL(sctp_fr_max_burst_default); in sctp_inpcb_alloc()