On Sun, 21 Nov 2004 17:15:12 +0100 (MET), Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> wrote: > >hello, > > In ip_output.c file ip_fragmet function when > >create a new fragmented packet given to output(skb) > >function. i want to know which function are actually > >called by output(skb)? > > use stack_dump() (or was it dump_stack()?) dump_stack(), if you want to dump the current process' stack context. -Nish -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/