af_packet: Prefixed tpacket_v3 structs to avoid name space collision
authorchetan loke <loke.chetan@gmail.com>
Thu, 25 Aug 2011 10:43:30 +0000 (10:43 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Aug 2011 16:38:44 +0000 (12:38 -0400)
commitbc59ba399113fcbcac56ba22edde4b816199d48c
tree16c9023b050de412a934008b99eb8c2cf3464be1
parent165c68d5a291537eaf2d3821a19335c9ec100ba6
af_packet: Prefixed tpacket_v3 structs to avoid name space collision

structs introduced in tpacket_v3 implementation are prefixed with 'tpacket'
to avoid namespace collision.

Compile tested.

Signed-off-by: Chetan Loke <loke.chetan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_packet.h
net/packet/af_packet.c