aboutsummaryrefslogtreecommitdiff
path: root/include/net/sctp/sctp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sctp/sctp.h')
-rw-r--r--include/net/sctp/sctp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h
index 4965cbfa7d92..f66d44350007 100644
--- a/include/net/sctp/sctp.h
+++ b/include/net/sctp/sctp.h
@@ -606,16 +606,4 @@ static inline __u32 sctp_dst_mtu(const struct dst_entry *dst)
SCTP_DEFAULT_MINSEGMENT));
}
-static inline bool sctp_transport_pmtu_check(struct sctp_transport *t)
-{
- __u32 pmtu = sctp_dst_mtu(t->dst);
-
- if (t->pathmtu == pmtu)
- return true;
-
- t->pathmtu = pmtu;
-
- return false;
-}
-
#endif /* __net_sctp_h__ */