Searched refs:nft_rule (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/net/netfilter/ |
| H A D | nf_tables_offload.h | 73 struct nft_rule; 74 struct nft_flow_rule *nft_flow_rule_create(struct net *net, const struct nft_rule *rule); 75 int nft_flow_rule_stats(const struct nft_chain *chain, const struct nft_rule *rule);
|
| H A D | nf_tables.h | 1001 struct nft_rule { struct 1011 static inline struct nft_expr *nft_expr_first(const struct nft_rule *rule) in nft_expr_first() argument 1021 static inline struct nft_expr *nft_expr_last(const struct nft_rule *rule) in nft_expr_last() 1026 static inline bool nft_expr_more(const struct nft_rule *rule, in nft_expr_more() 1032 static inline struct nft_userdata *nft_userdata(const struct nft_rule *rule) in nft_userdata() 1037 void nft_rule_expr_activate(const struct nft_ctx *ctx, struct nft_rule *rule); 1038 void nft_rule_expr_deactivate(const struct nft_ctx *ctx, struct nft_rule *rule, 1040 void nf_tables_rule_destroy(const struct nft_ctx *ctx, struct nft_rule *rule); 1669 struct nft_rule *rule;
|
| /linux-6.15/net/netfilter/ |
| H A D | nf_tables_offload.c | 89 const struct nft_rule *rule) in nft_flow_rule_create() 244 const struct nft_rule *rule, in nft_flow_cls_offload_setup() 265 const struct nft_rule *rule, in nft_flow_offload_cmd() 285 struct nft_rule *rule, in nft_flow_offload_rule() 295 const struct nft_rule *rule) in nft_flow_rule_stats() 328 struct nft_rule *rule; in nft_flow_offload_unbind()
|
| H A D | nft_immediate.c | 102 struct nft_rule *rule; in nft_immediate_activate() 133 struct nft_rule *rule; in nft_immediate_chain_deactivate() 191 struct nft_rule *rule, *n; in nft_immediate_destroy()
|
| H A D | nf_tables_api.c | 642 struct nft_rule *rule) in nft_trans_rule_add() 693 struct nft_rule *rule; in nft_delrule_by_chain() 3108 struct nft_rule *rule; in nf_tables_delchain() 3535 struct nft_rule *rule; in __nft_rule_lookup() 3636 const struct nft_rule *prule; in nf_tables_rule_notify() 3702 const struct nft_rule *rule, *prule; in __nf_tables_dump_rules() 3864 const struct nft_rule *rule; in nf_tables_getrule_single() 4012 struct nft_rule *rule; in nft_chain_validate() 4393 struct nft_rule *rule; in nf_tables_delrule() 10047 struct nft_rule *rule; in nf_tables_commit_chain_prepare() [all …]
|