Searched refs:sctp_transport_dst_check (Results 1 – 4 of 4) sorted by relevance
252 dst = sctp_transport_dst_check(t); in sctp_transport_update_pmtu()259 dst = sctp_transport_dst_check(t); in sctp_transport_update_pmtu()
416 if (!sctp_transport_dst_check(tp)) { in sctp_packet_transmit()
425 dst = sctp_transport_dst_check(t); in sctp_icmp_redirect()
593 static inline struct dst_entry *sctp_transport_dst_check(struct sctp_transport *t) in sctp_transport_dst_check() function