Commit d605c224 authored by Zhengchao Shao's avatar Zhengchao Shao
Browse files

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: default avatarZhengchao Shao <shaozhengchao@huawei.com>
parent c3e22e05
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -22,6 +22,10 @@ struct nf_nat_l3proto {
			       const struct nf_conntrack_tuple *t,
			       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,
				  const struct nf_conn *ct,
				  enum ip_conntrack_dir dir,