Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
|---|---|
| 2 | #ifndef _NF_CONNTRACK_AMANDA_H |
| 3 | #define _NF_CONNTRACK_AMANDA_H |
| 4 | /* AMANDA tracking. */ |
| 5 | |
| 6 | #include <linux/netfilter.h> |
| 7 | #include <linux/skbuff.h> |
| 8 | #include <net/netfilter/nf_conntrack_expect.h> |
| 9 | |
| 10 | extern unsigned int (*nf_nat_amanda_hook)(struct sk_buff *skb, |
| 11 | enum ip_conntrack_info ctinfo, |
| 12 | unsigned int protoff, |
| 13 | unsigned int matchoff, |
| 14 | unsigned int matchlen, |
| 15 | struct nf_conntrack_expect *exp); |
| 16 | #endif /* _NF_CONNTRACK_AMANDA_H */ |
| 17 |
Warning: This file is not a C or C++ file. It does not have highlighting.
