On Fri, Oct 12, 2012 at 6:48 AM, Lal <[email protected]> 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 _______________________________________________ Kernelnewbies mailing list [email protected] http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
