nlm: Ensure callback code also checks that the files match
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / netfilter_ipv4.h
CommitLineData
1da177e4
LT
1/* IPv4-specific defines for netfilter.
2 * (C)1998 Rusty Russell -- This code is GPL.
3 */
607ca46e
DH
4#ifndef __LINUX_IP_NETFILTER_H
5#define __LINUX_IP_NETFILTER_H
1da177e4 6
607ca46e 7#include <uapi/linux/netfilter_ipv4.h>
1da177e4 8
3db05fea 9extern int ip_route_me_harder(struct sk_buff *skb, unsigned addr_type);
b51655b9 10extern __sum16 nf_ip_checksum(struct sk_buff *skb, unsigned int hook,
422c346f 11 unsigned int dataoff, u_int8_t protocol);
1da177e4 12#endif /*__LINUX_IP_NETFILTER_H*/