I want to monitor all incoming data received from networks but i want to use virtual memory introspection from Hypervisor level to put Breakpoints in common function used by network stack to intercept network activity.
I tried to put breakpoints in kernel function sock_def_readable()
but it failed. i couldn't find such function that is triggered with any network activity, i need to help me in find such function that is triggered with any network activity or give source