]> Pileus Git - ~andy/linux/blobdiff - include/linux/netfilter_ipv4.h
[BLOCK] cfq-iosched: seek and async performance fixes
[~andy/linux] / include / linux / netfilter_ipv4.h
index 552815b8193eac7c4e116b62794c6441ca0c6870..43c09d790b838151aba69d891638801a57e1e9d0 100644 (file)
@@ -79,12 +79,7 @@ enum nf_ip_hook_priorities {
 
 #ifdef __KERNEL__
 extern int ip_route_me_harder(struct sk_buff **pskb);
-
-/* Call this before modifying an existing IP packet: ensures it is
-   modifiable and linear to the point you care about (writable_len).
-   Returns true or false. */
-extern int skb_ip_make_writable(struct sk_buff **pskb,
-                               unsigned int writable_len);
+extern int ip_xfrm_me_harder(struct sk_buff **pskb);
 #endif /*__KERNEL__*/
 
 #endif /*__LINUX_IP_NETFILTER_H*/