Home
last modified time | relevance | path

Searched refs:nft_rule (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/
H A Dnf_tables_offload.c89 const struct nft_rule *rule) in nft_flow_rule_create()
248 const struct nft_rule *rule, in nft_flow_cls_offload_setup()
269 const struct nft_rule *rule, in nft_flow_offload_cmd()
289 struct nft_rule *rule, in nft_flow_offload_rule()
299 const struct nft_rule *rule) in nft_flow_rule_stats()
332 struct nft_rule *rule; in nft_flow_offload_unbind()
H A Dnf_tables_api.c694 void nft_rule_expr_activate(const struct nft_ctx *ctx, struct nft_rule *rule) in nft_rule_expr_activate()
707 void nft_rule_expr_deactivate(const struct nft_ctx *ctx, struct nft_rule *rule, in nft_rule_expr_deactivate()
722 nf_tables_delrule_deactivate(struct nft_ctx *ctx, struct nft_rule *rule) in nf_tables_delrule_deactivate()
734 struct nft_rule *rule) in nft_trans_rule_add()
753 static int nft_delrule(struct nft_ctx *ctx, struct nft_rule *rule) in nft_delrule()
785 struct nft_rule *rule; in nft_delrule_by_chain()
3308 struct nft_rule *rule; in nf_tables_delchain()
3735 static struct nft_rule *__nft_rule_lookup(const struct net *net, in __nft_rule_lookup()
3739 struct nft_rule *rule; in __nft_rule_lookup()
3751 static struct nft_rule *nft_rule_lookup(const struct net *net, in nft_rule_lookup()
[all …]
/linux/include/net/netfilter/
H A Dnf_tables.h995 struct nft_rule { struct
1005 static inline struct nft_expr *nft_expr_first(const struct nft_rule *rule) in nft_expr_first() argument
1015 static inline struct nft_expr *nft_expr_last(const struct nft_rule *rule) in nft_expr_last()
1020 static inline bool nft_expr_more(const struct nft_rule *rule, in nft_expr_more()
1026 static inline struct nft_userdata *nft_userdata(const struct nft_rule *rule) in nft_userdata()
1031 void nft_rule_expr_activate(const struct nft_ctx *ctx, struct nft_rule *rule);
1032 void nft_rule_expr_deactivate(const struct nft_ctx *ctx, struct nft_rule *rule,
1034 void nf_tables_rule_destroy(const struct nft_ctx *ctx, struct nft_rule *rule);
1701 struct nft_rule *rule;