1CONFIG_IP_NF_MATCH_TOS
2Nth match support
3CONFIG_IP_NF_MATCH_NTH
4  This option adds a `Nth' match, which allow you to make
5  rules that match every Nth packet.  By default there are 
6  16 different counters.
7
8[options]
9   --every     Nth              Match every Nth packet
10  [--counter]  num              Use counter 0-15 (default:0)
11  [--start]    num              Initialize the counter at the number 'num'
12                                instead of 0. Must be between 0 and Nth-1
13  [--packet]   num              Match on 'num' packet. Must be between 0
14                                and Nth-1.
15
16                                If --packet is used for a counter than
17                                there must be Nth number of --packet
18                                rules, covering all values between 0 and
19                                Nth-1 inclusively.
20 
21  If you want to compile it as a module, say M here and read
22  Documentation/modules.txt.  If unsure, say `N'.
23
24