Home
last modified time | relevance | path

Searched refs:SCTP_DEFAULT_MINSEGMENT (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/sctp/
H A Dtransport.c252 if (unlikely(pmtu < SCTP_DEFAULT_MINSEGMENT)) { in sctp_transport_update_pmtu()
254 __func__, pmtu, SCTP_DEFAULT_MINSEGMENT); in sctp_transport_update_pmtu()
256 pmtu = SCTP_DEFAULT_MINSEGMENT; in sctp_transport_update_pmtu()
H A Dsocket.c2638 params->spp_pathmtu < SCTP_DEFAULT_MINSEGMENT)) in sctp_setsockopt_peer_addr_params()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dconstants.h279 #define SCTP_DEFAULT_MINSEGMENT 512 /* MTU size ... if no mtu disc */ macro
H A Dsctp.h593 SCTP_DEFAULT_MINSEGMENT)); in sctp_dst_mtu()
610 return sctp_mtu_payload(sp, SCTP_DEFAULT_MINSEGMENT, datasize); in sctp_min_frag_point()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()

Completed in 25 milliseconds