Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
linux
netfilter
nf_conntrack_irc.h
Go to the documentation of this file.
1
#ifndef _NF_CONNTRACK_IRC_H
2
#define _NF_CONNTRACK_IRC_H
3
4
#ifdef __KERNEL__
5
6
#define IRC_PORT 6667
7
8
extern
unsigned
int
(*
nf_nat_irc_hook
)(
struct
sk_buff
*
skb
,
9
enum
ip_conntrack_info
ctinfo,
10
unsigned
int
protoff,
11
unsigned
int
matchoff,
12
unsigned
int
matchlen,
13
struct
nf_conntrack_expect
*
exp
);
14
15
#endif
/* __KERNEL__ */
16
#endif
/* _NF_CONNTRACK_IRC_H */
Generated on Thu Jan 10 2013 14:52:09 for Linux Kernel by
1.8.2