Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 0d4cbb5e7f60b2f1a4d8b7f6ea4cc264262c7a01 authored by Linus Torvalds on 11 September 2007, 02:49:55 UTC
Linux 2.6.23-rc6
Tip revision: 0d4cbb5
nf_conntrack_irc.h
#ifndef _NF_CONNTRACK_IRC_H
#define _NF_CONNTRACK_IRC_H

#ifdef __KERNEL__

#define IRC_PORT	6667

extern unsigned int (*nf_nat_irc_hook)(struct sk_buff **pskb,
				       enum ip_conntrack_info ctinfo,
				       unsigned int matchoff,
				       unsigned int matchlen,
				       struct nf_conntrack_expect *exp);

#endif /* __KERNEL__ */
#endif /* _NF_CONNTRACK_IRC_H */
back to top