aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_sock.h
diff options
context:
space:
mode:
authorPaul Moore <paul.moore@hp.com>2006-08-03 19:46:20 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 17:53:32 -0400
commit11a03f78fbf15a866ba3bf6359a75cdfd1ced703 (patch)
tree49c4c35124c05826a940fba6633dd815985cf8a9 /include/net/inet_sock.h
parent8802f616f6de8576805f32e47602816f141118f2 (diff)
[NetLabel]: core network changes
Changes to the core network stack to support the NetLabel subsystem. This includes changes to the IPv4 option handling to support CIPSO labels. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/inet_sock.h')
-rw-r--r--include/net/inet_sock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h
index 1f4a9a60d4cc..f4caad56cd03 100644
--- a/include/net/inet_sock.h
+++ b/include/net/inet_sock.h
@@ -51,7 +51,7 @@ struct ip_options {
51 ts_needtime:1, 51 ts_needtime:1,
52 ts_needaddr:1; 52 ts_needaddr:1;
53 unsigned char router_alert; 53 unsigned char router_alert;
54 unsigned char __pad1; 54 unsigned char cipso;
55 unsigned char __pad2; 55 unsigned char __pad2;
56 unsigned char __data[0]; 56 unsigned char __data[0];
57}; 57};