sctp: remove prsctp_param from sctp_chunk
[deliverable/linux.git] / include / net / sctp / structs.h
index 4f097f538fff04121bd04d7cdcfc52ea2e526bf6..ced0df374e6039b17f41e14ed418e05c9e02044e 100644 (file)
@@ -606,13 +606,6 @@ struct sctp_chunk {
        /* This needs to be recoverable for SCTP_SEND_FAILED events. */
        struct sctp_sndrcvinfo sinfo;
 
-       /* We use this field to record param for prsctp policies,
-        * for TTL policy, it is the time_to_drop of this chunk,
-        * for RTX policy, it is the max_sent_count of this chunk,
-        * for PRIO policy, it is the priority of this chunk.
-        */
-       unsigned long prsctp_param;
-
        /* Which association does this belong to?  */
        struct sctp_association *asoc;
 
This page took 0.026586 seconds and 5 git commands to generate.