Lines Matching +full:auto +full:- +full:flow +full:- +full:control

1 .. SPDX-License-Identifier: GPL-2.0
10 nf_conntrack_acct - BOOLEAN
11 - 0 - disabled (default)
12 - not 0 - enabled
14 Enable connection tracking flow accounting. 64-bit byte and packet
15 counters per flow are added.
17 nf_conntrack_buckets - INTEGER
24 nf_conntrack_checksum - BOOLEAN
25 - 0 - disabled
26 - not 0 - enabled (default)
32 nf_conntrack_count - INTEGER (read-only)
33 Number of currently allocated flow entries.
35 nf_conntrack_events - BOOLEAN
36 - 0 - disabled
37 - 1 - enabled
38 - 2 - auto (default)
45 nf_conntrack_expect_max - INTEGER
49 nf_conntrack_frag6_high_thresh - INTEGER
57 nf_conntrack_frag6_low_thresh - INTEGER
62 nf_conntrack_frag6_timeout - INTEGER (seconds)
67 nf_conntrack_generic_timeout - INTEGER (seconds)
73 nf_conntrack_icmp_timeout - INTEGER (seconds)
78 nf_conntrack_icmpv6_timeout - INTEGER (seconds)
83 nf_conntrack_log_invalid - INTEGER
84 - 0 - disable (default)
85 - 1 - log ICMP packets
86 - 6 - log TCP packets
87 - 17 - log UDP packets
88 - 33 - log DCCP packets
89 - 41 - log ICMPv6 packets
90 - 136 - log UDPLITE packets
91 - 255 - log packets of any protocol
95 nf_conntrack_max - INTEGER
98 Note that connection tracking entries are added to the table twice -- once
100 the reversed address). This means that with default settings a maxed-out
103 nf_conntrack_tcp_be_liberal - BOOLEAN
104 - 0 - disabled (default)
105 - not 0 - enabled
108 If it's non-zero, we mark only out of window RST segments as INVALID.
110 nf_conntrack_tcp_ignore_invalid_rst - BOOLEAN
111 - 0 - disabled (default)
112 - 1 - enabled
116 nf_conntrack_tcp_loose - BOOLEAN
117 - 0 - disabled
118 - not 0 - enabled (default)
123 nf_conntrack_tcp_max_retrans - INTEGER
130 nf_conntrack_tcp_timeout_close - INTEGER (seconds)
133 nf_conntrack_tcp_timeout_close_wait - INTEGER (seconds)
136 nf_conntrack_tcp_timeout_established - INTEGER (seconds)
139 nf_conntrack_tcp_timeout_fin_wait - INTEGER (seconds)
142 nf_conntrack_tcp_timeout_last_ack - INTEGER (seconds)
145 nf_conntrack_tcp_timeout_max_retrans - INTEGER (seconds)
148 nf_conntrack_tcp_timeout_syn_recv - INTEGER (seconds)
151 nf_conntrack_tcp_timeout_syn_sent - INTEGER (seconds)
154 nf_conntrack_tcp_timeout_time_wait - INTEGER (seconds)
157 nf_conntrack_tcp_timeout_unacknowledged - INTEGER (seconds)
160 nf_conntrack_timestamp - BOOLEAN
161 - 0 - disabled (default)
162 - not 0 - enabled
164 Enable connection tracking flow timestamping.
166 nf_conntrack_sctp_timeout_closed - INTEGER (seconds)
169 nf_conntrack_sctp_timeout_cookie_wait - INTEGER (seconds)
172 nf_conntrack_sctp_timeout_cookie_echoed - INTEGER (seconds)
175 nf_conntrack_sctp_timeout_established - INTEGER (seconds)
180 nf_conntrack_sctp_timeout_shutdown_sent - INTEGER (seconds)
183 nf_conntrack_sctp_timeout_shutdown_recd - INTEGER (seconds)
186 nf_conntrack_sctp_timeout_shutdown_ack_sent - INTEGER (seconds)
189 nf_conntrack_sctp_timeout_heartbeat_sent - INTEGER (seconds)
195 nf_conntrack_udp_timeout - INTEGER (seconds)
198 nf_conntrack_udp_timeout_stream - INTEGER (seconds)
204 nf_conntrack_gre_timeout - INTEGER (seconds)
207 nf_conntrack_gre_timeout_stream - INTEGER (seconds)
213 nf_hooks_lwtunnel - BOOLEAN
214 - 0 - disabled (default)
215 - not 0 - enabled
220 nf_flowtable_tcp_timeout - INTEGER (seconds)
223 Control offload timeout for tcp connections.
224 TCP connections may be offloaded from nf conntrack to nf flow table.
227 nf_flowtable_udp_timeout - INTEGER (seconds)
230 Control offload timeout for udp connections.
231 UDP connections may be offloaded from nf conntrack to nf flow table.