sctp: Don't lookup dst if transport dst is still valid
[deliverable/linux.git] / include / net / sctp / structs.h
index 75c4c16601b6a1874385ab64f4d7373f3f157b16..c0f4e29eedd54a0966a448450f4636cb239cc48e 100644 (file)
@@ -946,6 +946,7 @@ struct sctp_transport {
        __u64 hb_nonce;
 
        struct rcu_head rcu;
+       u32 dst_cookie;
 };
 
 struct sctp_transport *sctp_transport_new(struct net *, const union sctp_addr *,
This page took 0.025653 seconds and 5 git commands to generate.