|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.275, 2008/10/04 00:09:34 | version 1.276, 2008/11/23 19:52:38 | ||
|---|---|---|---|
|
|
||
| */ | */ | ||
| if (ip->ip_tos != fp->ipq_tos) { | if (ip->ip_tos != fp->ipq_tos) { | ||
| IP_STATINC(IP_STAT_BADFRAGS); | IP_STATINC(IP_STAT_BADFRAGS); | ||
| IPQ_UNLOCK(); | |||
| goto bad; | goto bad; | ||
| } | } | ||
| goto found; | goto found; |