Searched refs:frag_point (Results 1 – 5 of 5) sorted by relevance
202 max = asoc->frag_point; in sctp_datamsg_from_user()
662 asoc->frag_point = sctp_frag_point(asoc, asoc->pathmtu); in sctp_assoc_add_peer()1411 asoc->frag_point = sctp_frag_point(asoc, pmtu); in sctp_assoc_sync_pmtu()1415 asoc->pathmtu, asoc->frag_point); in sctp_assoc_sync_pmtu()
1903 if (sctp_sk(sk)->disable_fragments && (msg_len > asoc->frag_point)) { in sctp_sendmsg()3124 asoc->frag_point = sctp_frag_point(asoc, asoc->pathmtu); in sctp_setsockopt_maxseg()4265 status.sstat_fragmentation_point = asoc->frag_point; in sctp_getsockopt_sctp_status()5438 params.assoc_value = asoc->frag_point; in sctp_getsockopt_maxseg()
6182 (datalen > asoc->rwnd + asoc->frag_point))) { in sctp_eat_data()
1691 __u32 frag_point; member