On Thu, Nov 24, 2011 at 5:33 AM, Vimal <j.vimal@gmail.com> wrote:
Hi all,

When a protocol like TCP or UDP creates an sk_buff and passes it down
to the layer 3 and layer 2 protocol functions, which module has
ownership of the buffer as it gets passed down?   Is it the
responsibility of the caller, or the callee to free the sk_buff?  Are
there any exceptions?

Thanks,
--
Vimal

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Hello Vimal,

Refer http://www.linuxfoundation.org/collaborate/workgroups/networking/skbuff

Regards,
Rohan Puri