浏览代码

[AF_KEY]: annotate

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Al Viro 18 年之前
父节点
当前提交
d29ef86b0a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/linux/pfkeyv2.h

+ 2 - 2
include/linux/pfkeyv2.h

@@ -32,7 +32,7 @@ struct sadb_ext {
 struct sadb_sa {
 struct sadb_sa {
 	uint16_t	sadb_sa_len;
 	uint16_t	sadb_sa_len;
 	uint16_t	sadb_sa_exttype;
 	uint16_t	sadb_sa_exttype;
-	uint32_t	sadb_sa_spi;
+	__be32		sadb_sa_spi;
 	uint8_t		sadb_sa_replay;
 	uint8_t		sadb_sa_replay;
 	uint8_t		sadb_sa_state;
 	uint8_t		sadb_sa_state;
 	uint8_t		sadb_sa_auth;
 	uint8_t		sadb_sa_auth;
@@ -211,7 +211,7 @@ struct sadb_x_nat_t_type {
 struct sadb_x_nat_t_port {
 struct sadb_x_nat_t_port {
 	uint16_t	sadb_x_nat_t_port_len;
 	uint16_t	sadb_x_nat_t_port_len;
 	uint16_t	sadb_x_nat_t_port_exttype;
 	uint16_t	sadb_x_nat_t_port_exttype;
-	uint16_t	sadb_x_nat_t_port_port;
+	__be16		sadb_x_nat_t_port_port;
 	uint16_t	sadb_x_nat_t_port_reserved;
 	uint16_t	sadb_x_nat_t_port_reserved;
 } __attribute__((packed));
 } __attribute__((packed));
 /* sizeof(struct sadb_x_nat_t_port) == 8 */
 /* sizeof(struct sadb_x_nat_t_port) == 8 */