Searched refs:nft_rule (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/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 | 935 struct nft_rule { struct 945 static inline struct nft_expr *nft_expr_first(const struct nft_rule *rule) in nft_expr_first() argument 955 static inline struct nft_expr *nft_expr_last(const struct nft_rule *rule) in nft_expr_last() 960 static inline bool nft_expr_more(const struct nft_rule *rule, in nft_expr_more() 966 static inline struct nft_userdata *nft_userdata(const struct nft_rule *rule) in nft_userdata() 971 void nf_tables_rule_release(const struct nft_ctx *ctx, struct nft_rule *rule); 1522 struct nft_rule *rule;
|
/linux-5.19.10/net/netfilter/ ! |
D | nf_tables_offload.c | 88 const struct nft_rule *rule) in nft_flow_rule_create() 243 const struct nft_rule *rule, in nft_flow_cls_offload_setup() 264 const struct nft_rule *rule, in nft_flow_offload_cmd() 284 struct nft_rule *rule, in nft_flow_offload_rule() 294 const struct nft_rule *rule) in nft_flow_rule_stats() 327 struct nft_rule *rule; in nft_flow_offload_unbind()
|
D | nft_immediate.c | 122 struct nft_rule *rule, *n; in nft_immediate_destroy()
|
D | nf_tables_api.c | 363 struct nft_rule *rule) in nft_rule_expr_activate() 377 struct nft_rule *rule, in nft_rule_expr_deactivate() 392 nf_tables_delrule_deactivate(struct nft_ctx *ctx, struct nft_rule *rule) in nf_tables_delrule_deactivate() 404 struct nft_rule *rule) in nft_trans_rule_add() 422 static int nft_delrule(struct nft_ctx *ctx, struct nft_rule *rule) in nft_delrule() 454 struct nft_rule *rule; in nft_delrule_by_chain() 2608 struct nft_rule *rule; in nf_tables_delchain() 2956 static struct nft_rule *__nft_rule_lookup(const struct nft_chain *chain, in __nft_rule_lookup() 2959 struct nft_rule *rule; in __nft_rule_lookup() 2970 static struct nft_rule *nft_rule_lookup(const struct nft_chain *chain, in nft_rule_lookup() [all …]
|