Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sctp/
H A Dtransport.c248 struct dst_entry *dst = sctp_transport_dst_check(t); in sctp_transport_update_pmtu()
269 dst = sctp_transport_dst_check(t); in sctp_transport_update_pmtu()
H A Doutput.c102 if (!sctp_transport_dst_check(tp)) { in sctp_packet_config()
H A Dinput.c428 dst = sctp_transport_dst_check(t); in sctp_icmp_redirect()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dsctp.h563 static inline struct dst_entry *sctp_transport_dst_check(struct sctp_transport *t) in sctp_transport_dst_check() function