netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
nft_lookup_expr.c File Reference
#include <sys/types.h>
#include <linux/netfilter/nf_tables.h>
#include <netlink-local.h>
#include <netlink/attr.h>
#include <netlink/netfilter/nfnl.h>
#include <netlink/netfilter/nft_data.h>
#include <netlink/netfilter/nft_rule.h>
#include <netlink/netfilter/nft_expr.h>
#include <netlink/netfilter/nft-expr-modules.h>
Include dependency graph for nft_lookup_expr.c:

Data Structures

struct  nft_lookup_expr
 

Functions

int nfnl_nft_lookup_init (struct nfnl_nft_expr *expr)
 
void nfnl_nft_lookup_set_set (struct nfnl_nft_expr *expr, const char *set)
 
int nfnl_nft_lookup_test_set (const struct nfnl_nft_expr *expr)
 
const char * nfnl_nft_lookup_get_set (const struct nfnl_nft_expr *expr)
 
void nfnl_nft_lookup_set_sreg (struct nfnl_nft_expr *expr, enum nft_registers reg)
 
int nfnl_nft_lookup_test_sreg (const struct nfnl_nft_expr *expr)
 
enum nft_registers nfnl_nft_lookup_get_sreg (const struct nfnl_nft_expr *expr)
 
void nfnl_nft_lookup_set_dreg (struct nfnl_nft_expr *expr, enum nft_registers reg)
 
int nfnl_nft_lookup_test_dreg (const struct nfnl_nft_expr *expr)
 
enum nft_registers nfnl_nft_lookup_get_dreg (const struct nfnl_nft_expr *expr)
 

Function Documentation

enum nft_registers nfnl_nft_lookup_get_dreg ( const struct nfnl_nft_expr expr)

References nft_lookup_expr::dreg.

const char* nfnl_nft_lookup_get_set ( const struct nfnl_nft_expr expr)

References nft_lookup_expr::set.

enum nft_registers nfnl_nft_lookup_get_sreg ( const struct nfnl_nft_expr expr)

References nft_lookup_expr::sreg.

int nfnl_nft_lookup_init ( struct nfnl_nft_expr expr)

References NULL.

void nfnl_nft_lookup_set_dreg ( struct nfnl_nft_expr expr,
enum nft_registers  reg 
)

References nft_lookup_expr::dreg.

void nfnl_nft_lookup_set_set ( struct nfnl_nft_expr expr,
const char *  set 
)

References nft_lookup_expr::set.

void nfnl_nft_lookup_set_sreg ( struct nfnl_nft_expr expr,
enum nft_registers  reg 
)

References nft_lookup_expr::sreg.

int nfnl_nft_lookup_test_dreg ( const struct nfnl_nft_expr expr)
int nfnl_nft_lookup_test_set ( const struct nfnl_nft_expr expr)
int nfnl_nft_lookup_test_sreg ( const struct nfnl_nft_expr expr)