On Fri, Oct 12, 2012 at 6:48 AM, Lal <learner.kernel at gmail.com> wrote: > How to get task_struct of a socket owner process? i.e. how to get > task_struct* from sock* Sockets can be shared. E.g. after fork(). So, there is no owner... -- Thanks, //richard