Home
last modified time | relevance | path

Searched refs:max_dcc_channels (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnf_conntrack_irc.c29 static unsigned int max_dcc_channels = 8; variable
51 module_param(max_dcc_channels, uint, 0400);
52 MODULE_PARM_DESC(max_dcc_channels, "max number of expected DCC channels per "
239 if (max_dcc_channels < 1) { in nf_conntrack_irc_init()
244 irc_exp_policy.max_expected = max_dcc_channels; in nf_conntrack_irc_init()