#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 *skb, enum ip_conntrack_info ctinfo, unsigned int protoff, unsigned int matchoff, unsigned int matchlen, struct nf_conntrack_expect *exp); #endif /* __KERNEL__ */ #endif /* _NF_CONNTRACK_IRC_H */Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| patrick mchardy | patrick mchardy | 53 | 98.15% | 2 | 66.67% |
| herbert xu | herbert xu | 1 | 1.85% | 1 | 33.33% |
| Total | 54 | 100.00% | 3 | 100.00% |