| 28 | #include <linux/netfilter/nf_tables.h> |
| 29 | |
| 30 | void error(char *msg) |
| 31 | { |
| 32 | perror(msg); |
| 33 | exit(EXIT_FAILURE); |
| 34 | } |
| 35 | |
| 36 | // ---------------------------------- util -------------------------------------- |
| 37 | #define FILENAME_MAX_LEN 0x80 |
no outgoing calls
no test coverage detected