SCTP_DEFAULT_MINSEGMENT  593 include/net/sctp/sctp.h 				 SCTP_DEFAULT_MINSEGMENT));
SCTP_DEFAULT_MINSEGMENT  610 include/net/sctp/sctp.h 	return sctp_mtu_payload(sp, SCTP_DEFAULT_MINSEGMENT, datasize);
SCTP_DEFAULT_MINSEGMENT 2659 net/sctp/socket.c 	     params.spp_pathmtu < SCTP_DEFAULT_MINSEGMENT))
SCTP_DEFAULT_MINSEGMENT  252 net/sctp/transport.c 	if (unlikely(pmtu < SCTP_DEFAULT_MINSEGMENT)) {
SCTP_DEFAULT_MINSEGMENT  254 net/sctp/transport.c 				    __func__, pmtu, SCTP_DEFAULT_MINSEGMENT);
SCTP_DEFAULT_MINSEGMENT  256 net/sctp/transport.c 		pmtu = SCTP_DEFAULT_MINSEGMENT;