GNU Linux-libre 4.14.266-gnu1
[releases.git] / include / linux / netfilter / nf_conntrack_irc.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NF_CONNTRACK_IRC_H
3 #define _NF_CONNTRACK_IRC_H
4
5 #ifdef __KERNEL__
6
7 #define IRC_PORT        6667
8
9 extern unsigned int (*nf_nat_irc_hook)(struct sk_buff *skb,
10                                        enum ip_conntrack_info ctinfo,
11                                        unsigned int protoff,
12                                        unsigned int matchoff,
13                                        unsigned int matchlen,
14                                        struct nf_conntrack_expect *exp);
15
16 #endif /* __KERNEL__ */
17 #endif /* _NF_CONNTRACK_IRC_H */