Searched refs:nft_rule (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/include/net/netfilter/ |
| 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);
|
| D | nf_tables.h | 932 struct nft_rule { struct 942 static inline struct nft_expr *nft_expr_first(const struct nft_rule *rule) in nft_expr_first() argument 952 static inline struct nft_expr *nft_expr_last(const struct nft_rule *rule) in nft_expr_last() 957 static inline bool nft_expr_more(const struct nft_rule *rule, in nft_expr_more() 963 static inline struct nft_userdata *nft_userdata(const struct nft_rule *rule) in nft_userdata() 968 void nft_rule_expr_activate(const struct nft_ctx *ctx, struct nft_rule *rule); 969 void nft_rule_expr_deactivate(const struct nft_ctx *ctx, struct nft_rule *rule, 971 void nf_tables_rule_destroy(const struct nft_ctx *ctx, struct nft_rule *rule); 1558 struct nft_rule *rule;
|
| /Linux-v6.6/net/netfilter/ |
| 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()
|
| 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()
|
| D | nf_tables_api.c | 454 void nft_rule_expr_activate(const struct nft_ctx *ctx, struct nft_rule *rule) in nft_rule_expr_activate() 467 void nft_rule_expr_deactivate(const struct nft_ctx *ctx, struct nft_rule *rule, in nft_rule_expr_deactivate() 482 nf_tables_delrule_deactivate(struct nft_ctx *ctx, struct nft_rule *rule) in nf_tables_delrule_deactivate() 494 struct nft_rule *rule) in nft_trans_rule_add() 512 static int nft_delrule(struct nft_ctx *ctx, struct nft_rule *rule) in nft_delrule() 544 struct nft_rule *rule; in nft_delrule_by_chain() 2886 struct nft_rule *rule; in nf_tables_delchain() 3290 static struct nft_rule *__nft_rule_lookup(const struct nft_chain *chain, in __nft_rule_lookup() 3293 struct nft_rule *rule; in __nft_rule_lookup() 3304 static struct nft_rule *nft_rule_lookup(const struct nft_chain *chain, in nft_rule_lookup() [all …]
|