|
@@ -74,7 +74,7 @@ struct nf_conntrack_l4proto {
|
|
|
int (*tuple_to_nlattr)(struct sk_buff *skb,
|
|
|
const struct nf_conntrack_tuple *t);
|
|
|
/* Calculate tuple nlattr size */
|
|
|
- int (*nlattr_tuple_size)(void);
|
|
|
+ unsigned int (*nlattr_tuple_size)(void);
|
|
|
int (*nlattr_to_tuple)(struct nlattr *tb[],
|
|
|
struct nf_conntrack_tuple *t);
|
|
|
const struct nla_policy *nla_policy;
|
|
@@ -144,7 +144,7 @@ int nf_ct_port_tuple_to_nlattr(struct sk_buff *skb,
|
|
|
const struct nf_conntrack_tuple *tuple);
|
|
|
int nf_ct_port_nlattr_to_tuple(struct nlattr *tb[],
|
|
|
struct nf_conntrack_tuple *t);
|
|
|
-int nf_ct_port_nlattr_tuple_size(void);
|
|
|
+unsigned int nf_ct_port_nlattr_tuple_size(void);
|
|
|
extern const struct nla_policy nf_ct_port_nla_policy[];
|
|
|
|
|
|
#ifdef CONFIG_SYSCTL
|