aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/netfilter_ipv4/ip_conntrack_icmp.h
blob: f1664abbe39277d4d21bbade6a4bbcbcd1233b8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _IP_CONNTRACK_ICMP_H
#define _IP_CONNTRACK_ICMP_H
/* ICMP tracking. */
#include <asm/atomic.h>

struct ip_ct_icmp
{
	/* Optimization: when number in == number out, forget immediately. */
	atomic_t count;
};
#endif /* _IP_CONNTRACK_ICMP_H */