Home
last modified time | relevance | path

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

/trueos/sys/netinet/
HDsctp_pcb.h329 uint32_t fr_max_burst; member
HDsctp_structs.h1137 uint32_t fr_max_burst; member
HDsctputil.c924 asoc->fr_max_burst = inp->sctp_ep.fr_max_burst; in sctp_init_asoc()
HDsctp_output.c9986 if ((asoc->fr_max_burst > 0) && (tot_frs >= asoc->fr_max_burst)) { in sctp_chunk_output()
HDsctp_pcb.c2616 m->fr_max_burst = SCTP_BASE_SYSCTL(sctp_fr_max_burst_default); in sctp_inpcb_alloc()