Home
last modified time | relevance | path

Searched refs:SCTP_DEFAULT_MINSEGMENT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/sctp/
H A Dtransport.c406 if (unlikely(pmtu < SCTP_DEFAULT_MINSEGMENT)) { in sctp_transport_update_pmtu()
408 __func__, pmtu, SCTP_DEFAULT_MINSEGMENT); in sctp_transport_update_pmtu()
410 pmtu = SCTP_DEFAULT_MINSEGMENT; in sctp_transport_update_pmtu()
H A Dsocket.c2644 params->spp_pathmtu < SCTP_DEFAULT_MINSEGMENT)) in sctp_setsockopt_peer_addr_params()
/openbmc/linux/include/net/sctp/
H A Dconstants.h297 #define SCTP_DEFAULT_MINSEGMENT 512 /* MTU size ... if no mtu disc */ macro
H A Dsctp.h601 SCTP_DEFAULT_MINSEGMENT)); in sctp_dst_mtu()
618 return sctp_mtu_payload(sp, SCTP_DEFAULT_MINSEGMENT, datasize); in sctp_min_frag_point()