Home
last modified time | relevance | path

Searched defs:nft_expr_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/net/netfilter/
Dnf_tables.h617 struct nft_expr_ops { struct
618 void (*eval)(const struct nft_expr *expr,
621 int (*clone)(struct nft_expr *dst,
623 unsigned int size;
625 int (*init)(const struct nft_ctx *ctx,
650 const struct nft_expr_ops *ops; argument