| 33 | }; |
| 34 | |
| 35 | void error(char *msg) |
| 36 | { |
| 37 | perror(msg); |
| 38 | exit(EXIT_FAILURE); |
| 39 | } |
| 40 | // setup_nftables() —— create table & chain |
| 41 | void setup_nftables(struct mnl_socket* nl, char* table_name, char* base_chain_name, int* seq) |
| 42 | { |
no outgoing calls
no test coverage detected