commit | 6c40d100ce3311a44ef82c678fb46833a270c007 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> | Tue Jan 08 06:44:23 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 09 23:59:53 2013 -0800 |
tree | c520c66ae178d627904c848941d2161d6260a4dd | |
parent | 29166107fd34a4d180c1adaaaccab0c050defc2e [diff] |
ipv6: Use container_of macro instead of magic number to get ipv6 header. In ipv6_recv_error(), addr_offset points to daddr field of the ip header. To get ipv6 header, use container_of() macro instead of substracting magic number (24). Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>