1 /* SPDX-License-Identifier: GPL-2.0
2 * Copyright (c) 2018 Davide Caratti, Red Hat inc.
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of version 2 of the GNU General Public
6 * License as published by the Free Software Foundation.
10 #include <linux/pkt_cls.h>
12 __attribute__((section("action-ok"),used
)) int action_ok(struct __sk_buff
*s
)
17 __attribute__((section("action-ko"),used
)) int action_ko(struct __sk_buff
*s
)
23 char _license
[] __attribute__((section("license"),used
)) = "GPL";