提交 d605c224 编写于 作者: Z Zhengchao Shao

netfilter: nat: fix kabi change

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I7O0PV
CVE: NA

--------------------------------

fix kabi change
Signed-off-by: NZhengchao Shao <shaozhengchao@huawei.com>
上级 c3e22e05
...@@ -22,6 +22,10 @@ struct nf_nat_l3proto { ...@@ -22,6 +22,10 @@ struct nf_nat_l3proto {
const struct nf_conntrack_tuple *t, const struct nf_conntrack_tuple *t,
enum nf_nat_manip_type maniptype); enum nf_nat_manip_type maniptype);
void (*csum_recalc)(struct sk_buff *skb, u8 proto,
void *data, __sum16 *check,
int datalen, int oldlen);
void (*decode_session)(struct sk_buff *skb, void (*decode_session)(struct sk_buff *skb,
const struct nf_conn *ct, const struct nf_conn *ct,
enum ip_conntrack_dir dir, enum ip_conntrack_dir dir,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册