About IP options in UDP

From: Enrique Gómez
Date: Sun Apr 20 2008 - 21:10:52 EST


Well, I am trying to find the place of the kernel, in which calculates the size of the IP Packets, taking into account the IP options that the packet could have.

I have found the answer of this question in *TCP*. In the file net/ipv4/tcp_output.c there is a function called "tcp_mtu_to_mss" where calculates the PMTU, taking into account IP options.

Now, I would like to know where *UDP* does this operation.

I would be very glad of receiving any answer.

Thanks.

Enrique.
--
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/