commit | c226ef9b83694311327f3ab0036c6de9c22e9daf | [log] [tgz] |
---|---|---|
author | Neil Horman <nhorman@tuxdriver.com> | Fri Jul 25 12:44:09 2008 -0400 |
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | Wed Oct 01 11:33:06 2008 -0400 |
tree | 04c81b4186fd79a1f1b129a8627da6a41ceb4c25 | |
parent | 845b8eda4d783a7ce2670d482a716840a650389e [diff] |
sctp: reduce memory footprint of sctp_chunk structure sctp_chunks should be put on a diet. This is some of the low hanging fruit that we can strip out. Changes all the __s8/__u8 flags to bitfields. Saves 12 bytes per chunk. Signed-off-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>