Home
last modified time | relevance | path

Searched refs:sctp_transport_dst_check (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/sctp/
Dtransport.c262 struct dst_entry *dst = sctp_transport_dst_check(t); in sctp_transport_update_pmtu()
283 dst = sctp_transport_dst_check(t); in sctp_transport_update_pmtu()
Doutput.c117 if (!sctp_transport_dst_check(tp)) { in sctp_packet_config()
Dinput.c432 dst = sctp_transport_dst_check(t); in sctp_icmp_redirect()
/Linux-v4.19/include/net/sctp/
Dsctp.h578 static inline struct dst_entry *sctp_transport_dst_check(struct sctp_transport *t) in sctp_transport_dst_check() function