Loading include/net/sock.h +2 −2 Original line number Diff line number Diff line Loading @@ -2141,14 +2141,14 @@ static inline bool sk_rethink_txhash(struct sock *sk) } static inline struct dst_entry * __sk_dst_get(struct sock *sk) __sk_dst_get(const struct sock *sk) { return rcu_dereference_check(sk->sk_dst_cache, lockdep_sock_is_held(sk)); } static inline struct dst_entry * sk_dst_get(struct sock *sk) sk_dst_get(const struct sock *sk) { struct dst_entry *dst; Loading Loading
include/net/sock.h +2 −2 Original line number Diff line number Diff line Loading @@ -2141,14 +2141,14 @@ static inline bool sk_rethink_txhash(struct sock *sk) } static inline struct dst_entry * __sk_dst_get(struct sock *sk) __sk_dst_get(const struct sock *sk) { return rcu_dereference_check(sk->sk_dst_cache, lockdep_sock_is_held(sk)); } static inline struct dst_entry * sk_dst_get(struct sock *sk) sk_dst_get(const struct sock *sk) { struct dst_entry *dst; Loading