June 3, 2013
8:42 a.m.
Hi, I am tracing send and recv system call .From user space to kernel space switching send in kernel space not going into sys_send .It directly going into sys_sendto . I am using linux 2.6.32.60 for this operation.my printk statement is printed in sys_sendto but not in sys_send. Is it right way of calling.