diff options
| author | Sridhar Samudrala <sri@us.ibm.com> | 2003-07-15 21:10:08 -0700 |
|---|---|---|
| committer | Sridhar Samudrala <sri@us.ibm.com> | 2003-07-15 21:10:08 -0700 |
| commit | 2766297cbfd0111d00e35cbff1a025e61874299b (patch) | |
| tree | 72869782c5d0cfc228c3c1ca09bab48f76141698 /include/net | |
| parent | 845ddb449836d43b741d5c5000e4a79a9358e562 (diff) | |
[SCTP] Reduce the size of struct sctp_ulpevent so that it fits in
skb->cb even on 64-bit systems.
Removed the redundant 'asoc' field in struct sctp_ulpevent and
instead use sinfo_assoc_id which is present within the other field
'sndrcvinfo'. This makes the size of struct sctp_ulpevent to be less
than the size of skb->cb[](48 bytes) even on 64-bit systems.
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/sctp/ulpevent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sctp/ulpevent.h b/include/net/sctp/ulpevent.h index 6e43599919ee..949a23835584 100644 --- a/include/net/sctp/ulpevent.h +++ b/include/net/sctp/ulpevent.h @@ -54,7 +54,6 @@ * growing this structure as it is at the maximum limit now. */ struct sctp_ulpevent { - struct sctp_association *asoc; struct sctp_sndrcvinfo sndrcvinfo; int msg_flags; int iif; |
