Searched refs:nft_rule (Results 1 – 6 of 6) sorted by relevance
75 struct nft_rule;76 struct nft_flow_rule *nft_flow_rule_create(struct net *net, const struct nft_rule *rule);77 int nft_flow_rule_stats(const struct nft_chain *chain, const struct nft_rule *rule);
909 struct nft_rule { struct919 static inline struct nft_expr *nft_expr_first(const struct nft_rule *rule) in nft_expr_first() argument929 static inline struct nft_expr *nft_expr_last(const struct nft_rule *rule) in nft_expr_last()934 static inline bool nft_expr_more(const struct nft_rule *rule, in nft_expr_more()940 static inline struct nft_userdata *nft_userdata(const struct nft_rule *rule) in nft_userdata()945 void nf_tables_rule_release(const struct nft_ctx *ctx, struct nft_rule *rule);990 struct nft_rule *__rcu *rules_gen_0;991 struct nft_rule *__rcu *rules_gen_1;1006 struct nft_rule **rules_next;1324 const struct nft_rule *rule;[all …]
41 const struct nft_rule *rule, in nft_trace_packet()129 struct nft_rule *const *rules;162 struct nft_rule *const *rules; in nft_do_chain()163 const struct nft_rule *rule; in nft_do_chain()
88 const struct nft_rule *rule) in nft_flow_rule_create()221 const struct nft_rule *rule, in nft_flow_cls_offload_setup()242 const struct nft_rule *rule, in nft_flow_offload_cmd()262 struct nft_rule *rule, in nft_flow_offload_rule()272 const struct nft_rule *rule) in nft_flow_rule_stats()305 struct nft_rule *rule; in nft_flow_offload_unbind()
348 struct nft_rule *rule) in nft_rule_expr_activate()439 struct nft_rule *rule; in nft_delrule_by_chain()2005 struct nft_rule **start;2096 struct nft_rule **rules; in nf_tables_addchain()2489 struct nft_rule *rule; in nf_tables_delchain()2836 struct nft_rule *rule; in __nft_rule_lookup()3211 struct nft_rule *rule; in nft_chain_validate()3516 struct nft_rule *rule; in nf_tables_delrule()6057 struct nft_rule *rule; in nft_data_hold()8244 struct nft_rule *rule; in nf_tables_commit_chain_prepare()[all …]
106 struct nft_rule *rule, *n; in nft_immediate_destroy()
Completed in 33 milliseconds