• Sridhar Samudrala's avatar
    [SCTP] Reduce the size of struct sctp_ulpevent so that it fits in · 2766297c
    Sridhar Samudrala authored
           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.
    2766297c
ulpevent.c 26.5 KB