Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/netfilter/
Dnf_tables_offload.h64 struct nft_rule;
65 struct nft_flow_rule *nft_flow_rule_create(struct net *net, const struct nft_rule *rule);
Dnf_tables.h848 struct nft_rule { struct
858 static inline struct nft_expr *nft_expr_first(const struct nft_rule *rule) in nft_expr_first() argument
868 static inline struct nft_expr *nft_expr_last(const struct nft_rule *rule) in nft_expr_last()
873 static inline struct nft_userdata *nft_userdata(const struct nft_rule *rule) in nft_userdata()
908 struct nft_rule *__rcu *rules_gen_0;
909 struct nft_rule *__rcu *rules_gen_1;
921 struct nft_rule **rules_next;
1210 const struct nft_rule *rule;
1368 struct nft_rule *rule;
/Linux-v5.4/net/netfilter/
Dnf_tables_core.c41 const struct nft_rule *rule, in nft_trace_packet()
120 struct nft_rule *const *rules;
153 struct nft_rule *const *rules; in nft_do_chain()
154 const struct nft_rule *rule; in nft_do_chain()
Dnf_tables_offload.c32 const struct nft_rule *rule) in nft_flow_rule_create()
159 struct nft_rule *rule, in nft_flow_offload_rule()
432 struct nft_rule *rule; in nft_offload_chain_clean()
Dnf_tables_api.c250 struct nft_rule *rule) in nft_rule_expr_activate()
264 struct nft_rule *rule, in nft_rule_expr_deactivate()
279 nf_tables_delrule_deactivate(struct nft_ctx *ctx, struct nft_rule *rule) in nf_tables_delrule_deactivate()
291 struct nft_rule *rule) in nft_trans_rule_add()
309 static int nft_delrule(struct nft_ctx *ctx, struct nft_rule *rule) in nft_delrule()
330 struct nft_rule *rule; in nft_delrule_by_chain()
1473 struct nft_rule **g0 = rcu_dereference_raw(chain->rules_gen_0); in nf_tables_chain_free_chain_rules()
1474 struct nft_rule **g1 = rcu_dereference_raw(chain->rules_gen_1); in nf_tables_chain_free_chain_rules()
1594 struct nft_rule **start;
1597 static struct nft_rule **nf_tables_chain_alloc_rules(const struct nft_chain *chain, in nf_tables_chain_alloc_rules()
[all …]