Patrick Ohly <[email protected]> wrote: > @@ -305,6 +406,8 @@ struct sk_buff { > ipvs_property:1, > peeked:1, > nf_trace:1; > + /* not all of the bits in optional are used */ > + __u8 optional; > __be16 protocol;
You do reliase that this is going to grow the sk_buff by at least 4 bytes and not 1? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
