
acme at ghostprotocols
Aug 28, 2007, 1:21 PM
Post #2 of 2
(599 views)
Permalink
|
|
Re: Very urgent: looking up a flow in the kernel structures given its identifier
[In reply to]
|
|
Em Tue, Aug 28, 2007 at 09:21:04PM +0200, Sirine Chaitou escreveu: > Hello, > I am looking for a function which, supplied whith the > tuple identifier (ip_src,ip_dst,p_src,p_dst), returns > the corresponding skb. > > Does this function exist? > Regards, Look at tcp_v4_rcv -> __inet_lookup, dccp_v4_rcv -> __inet_lookup, ditto for SCTP, UDP. - Arnaldo
|