Home
last modified time | relevance | path

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

/linux-6.6.21/net/sctp/
Dtransport.c417 dst = sctp_transport_dst_check(t); in sctp_transport_update_pmtu()
427 dst = sctp_transport_dst_check(t); in sctp_transport_update_pmtu()
Doutput.c102 if (!sctp_transport_dst_check(tp)) { in sctp_packet_config()
Dinput.c415 dst = sctp_transport_dst_check(t); in sctp_icmp_redirect()
/linux-6.6.21/include/net/sctp/
Dsctp.h561 static inline struct dst_entry *sctp_transport_dst_check(struct sctp_transport *t) in sctp_transport_dst_check() function