예제 #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);
}