frag_point       1908 include/net/sctp/structs.h 	__u32 frag_point;
frag_point       1407 net/sctp/associola.c 	asoc->frag_point = SCTP_TRUNC4(frag);
frag_point       1418 net/sctp/associola.c 		 asoc->pathmtu, asoc->frag_point);
frag_point        176 net/sctp/chunk.c 	max_data = asoc->frag_point;
frag_point       6408 net/sctp/sm_statefuns.c 	    (datalen > asoc->rwnd + asoc->frag_point))) {
frag_point       1817 net/sctp/socket.c 	if (sp->disable_fragments && msg_len > asoc->frag_point) {
frag_point       5246 net/sctp/socket.c 	info->sctpi_maxseg = asoc->frag_point;
frag_point       5476 net/sctp/socket.c 	status.sstat_fragmentation_point = asoc->frag_point;
frag_point       6802 net/sctp/socket.c 		params.assoc_value = asoc->frag_point;