#include <netlink/netlink.h>

Data Structures | |
| struct | nft_expr_ops |
| nf_tables expression operations More... | |
Functions | |
| int | nft_expr_register (struct nft_expr_ops *) |
| Register an nf_tables expression module. More... | |
| void | nft_expr_unregister (struct nft_expr_ops *) |
| Unregister an nf_tables expression module expression module operations. More... | |
| struct nft_expr_ops * | nft_expr_lookup_ops (struct nlattr *) |
| struct nft_expr_ops * | __nft_expr_lookup_ops (const char *) |