When structures like the skbuff are allocated by the Linux kernel, is the data area allocated (skbuff->tail - skbuff->head) always a contiguous memory block, or can this be non-contiguous?
↧
When structures like the skbuff are allocated by the Linux kernel, is the data area allocated (skbuff->tail - skbuff->head) always a contiguous memory block, or can this be non-contiguous?