License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / include / linux / netfilter / nf_conntrack_irc.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
869f37d8
PM
2#ifndef _NF_CONNTRACK_IRC_H
3#define _NF_CONNTRACK_IRC_H
4
5#ifdef __KERNEL__
6
7#define IRC_PORT 6667
8
3db05fea 9extern unsigned int (*nf_nat_irc_hook)(struct sk_buff *skb,
869f37d8 10 enum ip_conntrack_info ctinfo,
051966c0 11 unsigned int protoff,
869f37d8
PM
12 unsigned int matchoff,
13 unsigned int matchlen,
14 struct nf_conntrack_expect *exp);
15
16#endif /* __KERNEL__ */
17#endif /* _NF_CONNTRACK_IRC_H */