[DCCP]: Send an ACK vector when ACKing a response packet
[firewire-audio.git] / include / linux / netfilter_ipv4 / ip_conntrack_irc.h
blob16601e0d56266e6edc54489180f00162540ec9e1
1 /* IRC extension for IP connection tracking.
2 * (C) 2000 by Harald Welte <laforge@gnumonks.org>
3 * based on RR's ip_conntrack_ftp.h
5 * ip_conntrack_irc.h,v 1.6 2000/11/07 18:26:42 laforge Exp
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version
10 * 2 of the License, or (at your option) any later version.
14 #ifndef _IP_CONNTRACK_IRC_H
15 #define _IP_CONNTRACK_IRC_H
17 /* This structure exists only once per master */
18 struct ip_ct_irc_master {
21 #ifdef __KERNEL__
22 extern unsigned int (*ip_nat_irc_hook)(struct sk_buff **pskb,
23 enum ip_conntrack_info ctinfo,
24 unsigned int matchoff,
25 unsigned int matchlen,
26 struct ip_conntrack_expect *exp);
28 #define IRC_PORT 6667
30 #endif /* __KERNEL__ */
32 #endif /* _IP_CONNTRACK_IRC_H */