Exemplo n.º 1
0
static void string_mt_destroy(const struct xt_mtdtor_param *par)
{
	textsearch_destroy(STRING_TEXT_PRIV(par->matchinfo)->config);
}
Exemplo n.º 2
0
static void string_mt_destroy(const struct xt_match *match, void *matchinfo)
{
    textsearch_destroy(STRING_TEXT_PRIV(matchinfo)->config);
}
Exemplo n.º 3
0
static void destroy(const struct xt_match *match, void *matchinfo,
		    unsigned int matchsize)
{
	textsearch_destroy(STRING_TEXT_PRIV(matchinfo)->config);
}