Searched refs:frag_point (Results 1 – 5 of 5) sorted by relevance
193 max_data = asoc->frag_point; in sctp_datamsg_from_user()
1425 asoc->frag_point = SCTP_TRUNC4(frag); in sctp_assoc_update_frag_point()1436 asoc->pathmtu, asoc->frag_point); in sctp_assoc_set_pmtu()
1919 if (sp->disable_fragments && msg_len > asoc->frag_point) { in sctp_sendmsg_to_asoc()4936 info->sctpi_maxseg = asoc->frag_point; in sctp_get_sctp_info()5166 status.sstat_fragmentation_point = asoc->frag_point; in sctp_getsockopt_sctp_status()6473 params.assoc_value = asoc->frag_point; in sctp_getsockopt_maxseg()
6388 (datalen > asoc->rwnd + asoc->frag_point))) { in sctp_eat_data()
1907 __u32 frag_point; member