[NET]: Remove unused security member in sk_buff

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Thomas Graf
2005-07-05 14:12:44 -07:00
committed by David S. Miller
parent 3154e540e3
commit e176fe8954
6 changed files with 2 additions and 14 deletions

View File

@ -183,7 +183,6 @@ struct skb_shared_info {
* @priority: Packet queueing priority
* @users: User count - see {datagram,tcp}.c
* @protocol: Packet protocol from driver
* @security: Security level of packet
* @truesize: Buffer size
* @head: Head of buffer
* @data: Data head pointer
@ -255,8 +254,7 @@ struct sk_buff {
pkt_type,
ip_summed;
__u32 priority;
unsigned short protocol,
security;
unsigned short protocol;
void (*destructor)(struct sk_buff *skb);
#ifdef CONFIG_NETFILTER