]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit536e4df3798016596b3a76742760472dddd05fbf
tree16c9023b050de412a934008b99eb8c2cf3464be1
parentf354be0652181b351398f1dc71efbf0438b63091
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