Question about ip_rcv_finish()

From: rahul b jain cs student
Date: Fri Jul 02 2004 - 13:59:02 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/