Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103324
b: refs/heads/master
c: cdf060a
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jul 8, 2008
1 parent bd41935 commit d5e3ce6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 43de9dfeaa30f7ed801dc1c38bdb63b1738bddcc
refs/heads/master: cdf060a5d3c2afc7998af94b26a6c5182419e071
4 changes: 4 additions & 0 deletions trunk/include/linux/netfilter_ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ enum nf_ip6_hook_priorities {
NF_IP6_PRI_LAST = INT_MAX,
};

#ifdef __KERNEL__

#ifdef CONFIG_NETFILTER
extern int ip6_route_me_harder(struct sk_buff *skb);
extern __sum16 nf_ip6_checksum(struct sk_buff *skb, unsigned int hook,
Expand All @@ -82,4 +84,6 @@ static inline int ipv6_netfilter_init(void) { return 0; }
static inline void ipv6_netfilter_fini(void) { return; }
#endif /* CONFIG_NETFILTER */

#endif /* __KERNEL__ */

#endif /*__LINUX_IP6_NETFILTER_H*/

0 comments on commit d5e3ce6

Please sign in to comment.