Searched refs:nft_rule (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_tables_core.c | 41 const struct nft_rule *rule, in nft_trace_packet() 105 const struct nft_rule *rule, in nft_trace_verdict() 173 struct nft_rule *const *rules; 206 struct nft_rule *const *rules; in nft_do_chain() 207 const struct nft_rule *rule; in nft_do_chain()
|
| H A 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 struct nft_rule *rule, in nft_flow_offload_rule() 297 struct nft_rule *rule; in nft_flow_offload_unbind()
|
| H A D | nf_tables_api.c | 336 struct nft_rule *rule) in nft_rule_expr_activate() 350 struct nft_rule *rule, in nft_rule_expr_deactivate() 365 nf_tables_delrule_deactivate(struct nft_ctx *ctx, struct nft_rule *rule) in nf_tables_delrule_deactivate() 377 struct nft_rule *rule) in nft_trans_rule_add() 395 static int nft_delrule(struct nft_ctx *ctx, struct nft_rule *rule) in nft_delrule() 427 struct nft_rule *rule; in nft_delrule_by_chain() 1672 struct nft_rule **g0 = rcu_dereference_raw(chain->rules_gen_0); in nf_tables_chain_free_chain_rules() 1673 struct nft_rule **g1 = rcu_dereference_raw(chain->rules_gen_1); in nf_tables_chain_free_chain_rules() 1920 struct nft_rule **start; 1923 static struct nft_rule **nf_tables_chain_alloc_rules(const struct nft_chain *chain, in nf_tables_chain_alloc_rules() [all …]
|
| H A D | nft_immediate.c | 122 struct nft_rule *rule, *n; in nft_immediate_destroy()
|
| /OK3568_Linux_fs/kernel/include/net/netfilter/ |
| H A D | nf_tables.h | 874 struct nft_rule { struct 884 static inline struct nft_expr *nft_expr_first(const struct nft_rule *rule) in nft_expr_first() argument 894 static inline struct nft_expr *nft_expr_last(const struct nft_rule *rule) in nft_expr_last() 899 static inline bool nft_expr_more(const struct nft_rule *rule, in nft_expr_more() 905 static inline struct nft_userdata *nft_userdata(const struct nft_rule *rule) in nft_userdata() 910 void nf_tables_rule_release(const struct nft_ctx *ctx, struct nft_rule *rule); 949 struct nft_rule *__rcu *rules_gen_0; 950 struct nft_rule *__rcu *rules_gen_1; 965 struct nft_rule **rules_next; 1276 const struct nft_rule *rule; [all …]
|
| 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);
|