|
| struct nfnl_nft_rule * | nfnl_nft_rule_alloc (void) |
| |
| int | nfnl_nft_rule_alloc_cache (struct nl_sock *, struct nl_cache **) |
| | Build a rule cache holding all nf_tables rules currently in the kernel. More...
|
| |
| int | nfnlmsg_nft_rule_group (struct nlmsghdr *) |
| |
| int | nfnlmsg_nft_rule_parse (struct nlmsghdr *, struct nfnl_nft_rule **) |
| |
| void | nfnl_nft_rule_get (struct nfnl_nft_rule *) |
| |
| void | nfnl_nft_rule_put (struct nfnl_nft_rule *) |
| |
| int | nfnl_nft_rule_dump_request (struct nl_sock *) |
| |
| int | nfnl_nft_rule_build_add_request (struct nfnl_nft_rule *, int, struct nl_msg **) |
| |
| int | nfnl_nft_rule_add (struct nl_sock *, struct nfnl_nft_rule *, int) |
| |
| int | nfnl_nft_rule_build_delete_request (struct nfnl_nft_rule *, int, struct nl_msg **) |
| |
| int | nfnl_nft_rule_delete (struct nl_sock *, struct nfnl_nft_rule *, int) |
| |
| int | nfnl_nft_rule_build_query_request (struct nfnl_nft_rule *, int, struct nl_msg **) |
| |
| int | nfnl_nft_rule_query (struct nl_sock *, struct nfnl_nft_rule *, int) |
| |
| void | nfnl_nft_rule_set_family (struct nfnl_nft_rule *, uint8_t) |
| |
| int | nfnl_nft_rule_test_family (const struct nfnl_nft_rule *) |
| |
| uint8_t | nfnl_nft_rule_get_family (const struct nfnl_nft_rule *) |
| |
| int | nfnl_nft_rule_set_table (struct nfnl_nft_rule *, const char *, int) |
| |
| int | nfnl_nft_rule_test_table (const struct nfnl_nft_rule *) |
| |
| const char * | nfnl_nft_rule_get_table (const struct nfnl_nft_rule *) |
| |
| int | nfnl_nft_rule_set_chain (struct nfnl_nft_rule *, const char *, int) |
| |
| int | nfnl_nft_rule_test_chain (const struct nfnl_nft_rule *) |
| |
| const char * | nfnl_nft_rule_get_chain (const struct nfnl_nft_rule *) |
| |
| void | nfnl_nft_rule_set_handle (struct nfnl_nft_rule *, uint64_t) |
| |
| int | nfnl_nft_rule_test_handle (const struct nfnl_nft_rule *) |
| |
| uint64_t | nfnl_nft_rule_get_handle (const struct nfnl_nft_rule *) |
| |
| void | nfnl_nft_rule_add_expr (struct nfnl_nft_rule *, struct nfnl_nft_expr *) |
| |
| void | nfnl_nft_rule_foreach_expr (const struct nfnl_nft_rule *, void(*)(struct nl_object *, void *), void *) |
| |