Home
last modified time | relevance | path

Searched refs:sctp_dst_mtu (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/net/sctp/
Dsctp.h598 static inline __u32 sctp_dst_mtu(const struct dst_entry *dst) in sctp_dst_mtu() function
606 __u32 pmtu = sctp_dst_mtu(t->dst); in sctp_transport_pmtu_check()
/linux-6.6.21/net/sctp/
Dtransport.c257 transport->pathmtu = sctp_dst_mtu(transport->dst); in sctp_transport_pmtu()
437 pmtu = sctp_dst_mtu(dst); in sctp_transport_update_pmtu()