update headers to current net-2.6.25

Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
This commit is contained in:
Stephen Hemminger 2008-01-24 13:14:28 -08:00
parent 74fe05a2f6
commit fb8cc5b268
5 changed files with 10 additions and 4 deletions

View File

@ -40,6 +40,8 @@ union nf_inet_addr {
u_int32_t all[4];
__be32 ip;
__be32 ip6[4];
struct in_addr in;
struct in6_addr in6;
};
#endif /*__LINUX_NETFILTER_H*/

View File

@ -409,7 +409,8 @@ enum
#define TCF_EM_U32 3
#define TCF_EM_META 4
#define TCF_EM_TEXT 5
#define TCF_EM_MAX 5
#define TCF_EM_VLAN 6
#define TCF_EM_MAX 6
enum
{

View File

@ -83,6 +83,8 @@ struct tc_ratespec
__u32 rate;
};
#define TC_RTAB_SIZE 1024
/* FIFO section */
struct tc_fifo_qopt

View File

@ -81,6 +81,7 @@ enum
TCF_META_ID_SK_SNDTIMEO,
TCF_META_ID_SK_SENDMSG_OFF,
TCF_META_ID_SK_WRITE_PENDING,
TCF_META_ID_VLAN_TAG,
__TCF_META_ID_MAX
};
#define TCF_META_ID_MAX (__TCF_META_ID_MAX - 1)

View File

@ -92,7 +92,7 @@ struct xfrm_replay_state
struct xfrm_algo {
char alg_name[64];
int alg_key_len; /* in bits */
unsigned int alg_key_len; /* in bits */
char alg_key[0];
};