netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
expr_ops.c File Reference
#include <string.h>
#include <linux_list.h>
#include "expr_ops.h"
Include dependency graph for expr_ops.c:

Functions

void nft_expr_ops_register (struct expr_ops *ops)
 
struct expr_opsnft_expr_ops_lookup (const char *name)
 

Function Documentation

struct expr_ops* nft_expr_ops_lookup ( const char *  name)

References expr_ops::head, list_for_each_entry, expr_ops::name, and NULL.

Referenced by nft_rule_expr_alloc().

Here is the caller graph for this function:

void nft_expr_ops_register ( struct expr_ops ops)

References expr_ops::head.