| /* cdu_xt_target.h |
| * |
| * This file defines client data usage xtables target interface |
| * |
| * Author: Cradlepoint Technology, Inc. <source@cradlepoint.com> |
| * Adrian Sitterle <asitterle@cradlepoint.com> |
| * |
| * Copyright (C) 2019 Cradlepoint Technology, Inc. |
| * |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 |
| * as published by the Free Software Foundation. |
| * |
| * This program is distributed in the hope that it will be useful, |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| * GNU General Public License for more details. |
| */ |
| |
| enum { |
| CDU_DIR_NOT_SET, |
| CDU_DIR_SRC, |
| CDU_DIR_DEST |
| }; |
| |
| int cdu_xt_target_register(void); |
| void cdu_xt_target_unregister(void); |