Date: Tue, 22 Mar 2005 12:08:18 -0800 From: <Vijay.Singh@nokia.com> To: <freebsd-hackers@freebsd.org> Subject: ip_reass() - possibly incorrect goto Message-ID: <E40595640FD457418D8F9005C2BEC8496456D4@mvebe001.americas.nokia.com>
next in thread | raw e-mail | index | archive | help
Hi hackers, I am looking at the ip_reass() routine. In case of the 1st = fragment we create the reassembly queue. After the queue has been = inserted in the hash bucket, the if () code does a " goto inserted". = Should this be changed to "goto done" instead? Any code that is executed = for the 1st fragment, like frag per packet limiting and complete = reassembly are not valid. Am I mistaken? br vijay
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E40595640FD457418D8F9005C2BEC8496456D4>