Home
last modified time | relevance | path

Searched refs:dst_check (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/net/
Ddst.h457 static inline struct dst_entry *dst_check(struct dst_entry *dst, u32 cookie) in dst_check() function
/linux-4.19.296/include/net/sctp/
Dsctp.h580 if (t->dst && !dst_check(t->dst, t->dst_cookie)) in sctp_transport_dst_check()