-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 41922 b: refs/heads/master c: f8eb24a h: refs/heads/master v: v3
- Loading branch information
Patrick McHardy
authored and
David S. Miller
committed
Dec 3, 2006
1 parent
51dcd9b
commit d589847
Showing
10 changed files
with
35 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: d73468533451fd896324058d9ba649c11ba3e3ee | ||
refs/heads/master: f8eb24a89afa12b48fa7e39775faea6d64b8e538 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#ifndef _NF_CONNTRACK_IPV6_H | ||
#define _NF_CONNTRACK_IPV6_H | ||
|
||
extern struct nf_conntrack_l3proto nf_conntrack_l3proto_ipv6; | ||
|
||
extern struct nf_conntrack_l4proto nf_conntrack_l4proto_tcp6; | ||
extern struct nf_conntrack_l4proto nf_conntrack_l4proto_udp6; | ||
extern struct nf_conntrack_l4proto nf_conntrack_l4proto_icmpv6; | ||
|
||
extern int nf_ct_ipv6_skip_exthdr(struct sk_buff *skb, int start, | ||
u8 *nexthdrp, int len); | ||
|
||
extern int nf_ct_frag6_init(void); | ||
extern void nf_ct_frag6_cleanup(void); | ||
extern struct sk_buff *nf_ct_frag6_gather(struct sk_buff *skb); | ||
extern void nf_ct_frag6_output(unsigned int hooknum, struct sk_buff *skb, | ||
struct net_device *in, | ||
struct net_device *out, | ||
int (*okfn)(struct sk_buff *)); | ||
|
||
extern unsigned int nf_ct_frag6_timeout; | ||
extern unsigned int nf_ct_frag6_low_thresh; | ||
extern unsigned int nf_ct_frag6_high_thresh; | ||
|
||
#endif /* _NF_CONNTRACK_IPV6_H*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters