Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dchunk.c202 max = asoc->frag_point; in sctp_datamsg_from_user()
Dassociola.c662 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()
Dsocket.c1903 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()
Dsm_statefuns.c6182 (datalen > asoc->rwnd + asoc->frag_point))) { in sctp_eat_data()
/linux-4.1.27/include/net/sctp/
Dstructs.h1691 __u32 frag_point; member