TEE: make skb writable before attempting checksum update

This also adds the compat function xtnu_skb_make_writable().
This commit is contained in:
Jan Engelhardt
2008-04-09 20:06:17 +02:00
parent 37e51dc44d
commit f34be8445f
4 changed files with 17 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ static inline struct xtnu_target *xtcompat_nutarget(const struct xt_target *t)
extern int xtnu_ip_local_out(struct sk_buff *);
extern int xtnu_ip_route_me_harder(struct sk_buff *, unsigned int);
extern int xtnu_skb_make_writable(struct sk_buff *, unsigned int);
extern int xtnu_register_match(struct xtnu_match *);
extern int xtnu_ip_route_output_key(void *, struct rtable **, struct flowi *);
extern void xtnu_unregister_match(struct xtnu_match *);