I have my implementation of socket APIs,

I sock_unregister(AF_INET); & sock_register(&inet_family_ops), this
replaces kernel resident socket related calls with my socket related calls.
My code is loaded as kernel module.

My question, is Linux kernel able to call its own socket call more
efficiently (less overhead, fewer CPU cycles) than mine ? code is running
on Intel x86_64 arch.

Any pointer is appreciated.
_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to