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.c691 void nft_rule_expr_activate(const struct nft_ctx *ctx, struct nft_rule *rule) in nft_rule_expr_activate()
704 void nft_rule_expr_deactivate(const struct nft_ctx *ctx, struct nft_rule *rule, in nft_rule_expr_deactivate()
719 nf_tables_delrule_deactivate(struct nft_ctx *ctx, struct nft_rule *rule) in nf_tables_delrule_deactivate()
731 struct nft_rule *rule) in nft_trans_rule_add()
750 static int nft_delrule(struct nft_ctx *ctx, struct nft_rule *rule) in nft_delrule()
782 struct nft_rule *rule; in nft_delrule_by_chain()
3294 struct nft_rule *rule; in nf_tables_delchain()
3717 static struct nft_rule *__nft_rule_lookup(const struct net *net, in __nft_rule_lookup()
3721 struct nft_rule *rule; in __nft_rule_lookup()
3733 static struct nft_rule *nft_rule_lookup(const struct net *net, in nft_rule_lookup()
[all …]
/linux/include/net/netfilter/
H A Dnf_tables.h990 struct nft_rule { struct
1000 static inline struct nft_expr *nft_expr_first(const struct nft_rule *rule) in nft_expr_first() argument
1010 static inline struct nft_expr *nft_expr_last(const struct nft_rule *rule) in nft_expr_last()
1015 static inline bool nft_expr_more(const struct nft_rule *rule, in nft_expr_more()
1021 static inline struct nft_userdata *nft_userdata(const struct nft_rule *rule) in nft_userdata()
1026 void nft_rule_expr_activate(const struct nft_ctx *ctx, struct nft_rule *rule);
1027 void nft_rule_expr_deactivate(const struct nft_ctx *ctx, struct nft_rule *rule,
1029 void nf_tables_rule_destroy(const struct nft_ctx *ctx, struct nft_rule *rule);
1694 struct nft_rule *rule;