Home
last modified time | relevance | path

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

/linux-6.12.1/net/sctp/
Dchunk.c174 max_data = asoc->frag_point; in sctp_datamsg_from_user()
Dassociola.c1408 asoc->frag_point = SCTP_TRUNC4(frag); in sctp_assoc_update_frag_point()
1419 asoc->pathmtu, asoc->frag_point); in sctp_assoc_set_pmtu()
Dsocket.c1815 if (sp->disable_fragments && msg_len > asoc->frag_point) { in sctp_sendmsg_to_asoc()
5205 info->sctpi_maxseg = asoc->frag_point; in sctp_get_sctp_info()
5451 status.sstat_fragmentation_point = asoc->frag_point; in sctp_getsockopt_sctp_status()
6785 params.assoc_value = asoc->frag_point; in sctp_getsockopt_maxseg()
Dsm_statefuns.c6569 (datalen > asoc->rwnd + asoc->frag_point))) { in sctp_eat_data()
/linux-6.12.1/include/net/sctp/
Dstructs.h1931 __u32 frag_point; member