]> 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)
commitc630d6cbdbe28aa50e225cdf969db4628ccb5c8a
tree16c9023b050de412a934008b99eb8c2cf3464be1
parent6bc3d7a4b4c811c155b23dec42ec61d01ea57c01
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