summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2008-04-14 06:33:52 (GMT)
committerDavid S. Miller <davem@davemloft.net>2008-04-14 06:33:52 (GMT)
commit7cd636fe9ce5de0051c11283911baca4291868c8 (patch)
tree1e914ceedffbc982af0afe207e6d7243d4bf922f /include/net
parentb45e9189c058bfa495073951ff461ee0eea968be (diff)
downloadlinux-fsl-qoriq-7cd636fe9ce5de0051c11283911baca4291868c8.tar.xz
[IPV6]: IPv6 extension header structures need to be packed.
struct ipv6_opt_hdr is the common structure for IPv6 extension headers, and it is common to increment the pointer to get the real content. On the other hand, since the structure consists only of 1-byte next-header field and 1-byte length field, size of that structure depends on architecture; 2 or 4. Add "packed" attribute to get 2. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions