[SCTP] Fix to avoid large kmalloc failures on 64-bit platforms.
When spinlock debugging is enabled, the size of assoc hash table and port hash table for a fixed value of 4096 entries exceeds the size of the largest possible kmalloc() on 64-bit platforms. This problem is avoided by using page allocations similar to the methodology followed for tcp hash table allocations.
Showing
Please register or sign in to comment