itojun@iijlab.net writes: > for this particular case (sys/net/if_gre.c) this portion is adjusting > length field of encapsulating IP header, which was allocated by > MGETHDR. therefore it is totally safe. All other case are also know to be safe? 0x1fff should be IP_OFFMASK btw. enami.