xt_compat_match_offset
int xt_compat_match_offset(const struct xt_match *match);
return xt_compat_match_offset(match);
*size += xt_compat_match_offset(match);
off += xt_compat_match_offset(ematch->u.kernel.match);
*size += xt_compat_match_offset(match);
off += xt_compat_match_offset(ematch->u.kernel.match);
EXPORT_SYMBOL_GPL(xt_compat_match_offset);
int off = xt_compat_match_offset(match);
int off = xt_compat_match_offset(match);