lkml.org 
[lkml]   [2004]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectQuestion about ip_rcv_finish()
Hi everyone,

I had a questions regarding a piece of code in ip_rcv_finish() function.
This function checks if there are any options in the packet. If so, it
only tries to process the Strict Source Route option.

if (opt->srr) {
....
if (ip_options_rcv_srr(skb))
goto drop;
}

Can anyone please explain, why only opt->srr is being checked for and not
the other two options namely opt->rr and opt->ts.

Thanks,
Rahul.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:04    [W:0.029 / U:0.492 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site