示例#1
0
文件: xt_string.c 项目: Arakmar/G3MOD
static void string_mt_destroy(const struct xt_mtdtor_param *par)
{
	textsearch_destroy(STRING_TEXT_PRIV(par->matchinfo)->config);
}
示例#2
0
文件: xt_string.c 项目: 274914765/C
static void string_mt_destroy(const struct xt_match *match, void *matchinfo)
{
    textsearch_destroy(STRING_TEXT_PRIV(matchinfo)->config);
}
示例#3
0
static void destroy(const struct xt_match *match, void *matchinfo,
		    unsigned int matchsize)
{
	textsearch_destroy(STRING_TEXT_PRIV(matchinfo)->config);
}