Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sctp/
Dtransport.c241 transport->pathmtu = sctp_dst_mtu(transport->dst); in sctp_transport_pmtu()
279 pmtu = sctp_dst_mtu(dst); in sctp_transport_update_pmtu()
/kernel/linux/linux-5.10/include/net/sctp/
Dsctp.h590 static inline __u32 sctp_dst_mtu(const struct dst_entry *dst) in sctp_dst_mtu() function
598 __u32 pmtu = sctp_dst_mtu(t->dst); in sctp_transport_pmtu_check()