Results 1 to 1 of 1
I'm writing a kernel module about network, in which I need to traverse all ``ESTABLISHED'' TCP connections, and get ``struct sock'' of those matching specific (local IPv6, peer IPv6).
Please ...
- 09-08-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 2
How to acquire local TCP socks?
I'm writing a kernel module about network, in which I need to traverse all ``ESTABLISHED'' TCP connections, and get ``struct sock'' of those matching specific (local IPv6, peer IPv6).
Please tell me which kernel data structures and/or functions should I refer to?


Reply With Quote
