Home
last modified time | relevance | path

Searched refs:nft_ctx (Results 1 – 25 of 55) sorted by relevance

123

/Linux-v6.1/include/net/netfilter/
Dnft_meta.h18 int nft_meta_get_init(const struct nft_ctx *ctx,
22 int nft_meta_set_init(const struct nft_ctx *ctx,
40 void nft_meta_set_destroy(const struct nft_ctx *ctx,
43 int nft_meta_set_validate(const struct nft_ctx *ctx,
Dnf_tables.h211 struct nft_ctx { struct
235 int nft_data_init(const struct nft_ctx *ctx, struct nft_data *data, argument
256 int nft_parse_register_store(const struct nft_ctx *ctx,
305 int (*fn)(const struct nft_ctx *ctx,
379 void nft_expr_destroy(const struct nft_ctx *ctx, struct nft_expr *expr);
441 void (*walk)(const struct nft_ctx *ctx,
603 void nf_tables_deactivate_set(const struct nft_ctx *ctx, struct nft_set *set,
606 int nf_tables_bind_set(const struct nft_ctx *ctx, struct nft_set *set,
608 void nf_tables_destroy_set(const struct nft_ctx *ctx, struct nft_set *set);
778 struct nft_expr *nft_set_elem_expr_alloc(const struct nft_ctx *ctx,
[all …]
Dnft_reject.h17 int nft_reject_validate(const struct nft_ctx *ctx,
21 int nft_reject_init(const struct nft_ctx *ctx,
Dnft_fib.h22 int nft_fib_init(const struct nft_ctx *ctx, const struct nft_expr *expr,
24 int nft_fib_validate(const struct nft_ctx *ctx, const struct nft_expr *expr,
/Linux-v6.1/net/netfilter/
Dnft_immediate.c46 static int nft_immediate_init(const struct nft_ctx *ctx, in nft_immediate_init()
97 static void nft_immediate_activate(const struct nft_ctx *ctx, in nft_immediate_activate()
105 static void nft_immediate_deactivate(const struct nft_ctx *ctx, in nft_immediate_deactivate()
117 static void nft_immediate_destroy(const struct nft_ctx *ctx, in nft_immediate_destroy()
123 struct nft_ctx chain_ctx; in nft_immediate_destroy()
164 static int nft_immediate_validate(const struct nft_ctx *ctx, in nft_immediate_validate()
169 struct nft_ctx *pctx = (struct nft_ctx *)ctx; in nft_immediate_validate()
Dnft_objref.c25 static int nft_objref_init(const struct nft_ctx *ctx, in nft_objref_init()
65 static void nft_objref_deactivate(const struct nft_ctx *ctx, in nft_objref_deactivate()
77 static void nft_objref_activate(const struct nft_ctx *ctx, in nft_objref_activate()
126 static int nft_objref_map_init(const struct nft_ctx *ctx, in nft_objref_map_init()
173 static void nft_objref_map_deactivate(const struct nft_ctx *ctx, in nft_objref_map_deactivate()
182 static void nft_objref_map_activate(const struct nft_ctx *ctx, in nft_objref_map_activate()
190 static void nft_objref_map_destroy(const struct nft_ctx *ctx, in nft_objref_map_destroy()
212 nft_objref_select_ops(const struct nft_ctx *ctx, in nft_objref_select_ops()
Dnft_lookup.c95 static int nft_lookup_init(const struct nft_ctx *ctx, in nft_lookup_init()
156 static void nft_lookup_deactivate(const struct nft_ctx *ctx, in nft_lookup_deactivate()
165 static void nft_lookup_activate(const struct nft_ctx *ctx, in nft_lookup_activate()
173 static void nft_lookup_destroy(const struct nft_ctx *ctx, in nft_lookup_destroy()
201 static int nft_lookup_validate_setelem(const struct nft_ctx *ctx, in nft_lookup_validate_setelem()
207 struct nft_ctx *pctx = (struct nft_ctx *)ctx; in nft_lookup_validate_setelem()
232 static int nft_lookup_validate(const struct nft_ctx *ctx, in nft_lookup_validate()
Dnft_limit.c132 static void nft_limit_destroy(const struct nft_ctx *ctx, in nft_limit_destroy()
181 static int nft_limit_pkts_init(const struct nft_ctx *ctx, in nft_limit_pkts_init()
203 static void nft_limit_pkts_destroy(const struct nft_ctx *ctx, in nft_limit_pkts_destroy()
244 static int nft_limit_bytes_init(const struct nft_ctx *ctx, in nft_limit_bytes_init()
261 static void nft_limit_bytes_destroy(const struct nft_ctx *ctx, in nft_limit_bytes_destroy()
289 nft_limit_select_ops(const struct nft_ctx *ctx, in nft_limit_select_ops()
323 static int nft_limit_obj_pkts_init(const struct nft_ctx *ctx, in nft_limit_obj_pkts_init()
347 static void nft_limit_obj_pkts_destroy(const struct nft_ctx *ctx, in nft_limit_obj_pkts_destroy()
376 static int nft_limit_obj_bytes_init(const struct nft_ctx *ctx, in nft_limit_obj_bytes_init()
394 static void nft_limit_obj_bytes_destroy(const struct nft_ctx *ctx, in nft_limit_obj_bytes_destroy()
[all …]
Dnft_connlimit.c59 static int nft_connlimit_do_init(const struct nft_ctx *ctx, in nft_connlimit_do_init()
99 static void nft_connlimit_do_destroy(const struct nft_ctx *ctx, in nft_connlimit_do_destroy()
131 static int nft_connlimit_obj_init(const struct nft_ctx *ctx, in nft_connlimit_obj_init()
140 static void nft_connlimit_obj_destroy(const struct nft_ctx *ctx, in nft_connlimit_obj_destroy()
195 static int nft_connlimit_init(const struct nft_ctx *ctx, in nft_connlimit_init()
204 static void nft_connlimit_destroy(const struct nft_ctx *ctx, in nft_connlimit_destroy()
228 static void nft_connlimit_destroy_clone(const struct nft_ctx *ctx, in nft_connlimit_destroy_clone()
Dnft_compat.c31 static int nft_compat_chain_validate_dependency(const struct nft_ctx *ctx, in nft_compat_chain_validate_dependency()
144 const struct nft_ctx *ctx, in nft_target_set_tgchk_param()
236 nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_target_init()
292 nft_target_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_target_destroy()
344 static int nft_target_validate(const struct nft_ctx *ctx, in nft_target_validate()
421 nft_match_set_mtchk_param(struct xt_mtchk_param *par, const struct nft_ctx *ctx, in nft_match_set_mtchk_param()
473 __nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in __nft_match_init()
501 nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_match_init()
508 nft_match_large_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_match_large_init()
526 __nft_match_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr, in __nft_match_destroy()
[all …]
Dnft_synproxy.c152 static int nft_synproxy_do_init(const struct nft_ctx *ctx, in nft_synproxy_do_init()
208 static void nft_synproxy_do_destroy(const struct nft_ctx *ctx) in nft_synproxy_do_destroy()
252 static int nft_synproxy_validate(const struct nft_ctx *ctx, in nft_synproxy_validate()
260 static int nft_synproxy_init(const struct nft_ctx *ctx, in nft_synproxy_init()
269 static void nft_synproxy_destroy(const struct nft_ctx *ctx, in nft_synproxy_destroy()
302 static int nft_synproxy_obj_init(const struct nft_ctx *ctx, in nft_synproxy_obj_init()
311 static void nft_synproxy_obj_destroy(const struct nft_ctx *ctx, in nft_synproxy_obj_destroy()
Dnft_masq.c28 static int nft_masq_validate(const struct nft_ctx *ctx, in nft_masq_validate()
42 static int nft_masq_init(const struct nft_ctx *ctx, in nft_masq_init()
118 nft_masq_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_ipv4_destroy()
165 nft_masq_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_ipv6_destroy()
221 nft_masq_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_inet_destroy()
Dnft_quota.c104 static void nft_quota_do_destroy(const struct nft_ctx *ctx, in nft_quota_do_destroy()
110 static int nft_quota_obj_init(const struct nft_ctx *ctx, in nft_quota_obj_init()
175 static void nft_quota_obj_destroy(const struct nft_ctx *ctx, in nft_quota_obj_destroy()
211 static int nft_quota_init(const struct nft_ctx *ctx, in nft_quota_init()
227 static void nft_quota_destroy(const struct nft_ctx *ctx, in nft_quota_destroy()
Dnft_redir.c28 static int nft_redir_validate(const struct nft_ctx *ctx, in nft_redir_validate()
43 static int nft_redir_init(const struct nft_ctx *ctx, in nft_redir_init()
123 nft_redir_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv4_destroy()
173 nft_redir_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv6_destroy()
216 nft_redir_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_inet_destroy()
Dnft_meta.c466 int nft_meta_get_init(const struct nft_ctx *ctx, in nft_meta_get_init()
539 static int nft_meta_get_validate_sdif(const struct nft_ctx *ctx) in nft_meta_get_validate_sdif()
557 static int nft_meta_get_validate_xfrm(const struct nft_ctx *ctx) in nft_meta_get_validate_xfrm()
583 static int nft_meta_get_validate(const struct nft_ctx *ctx, in nft_meta_get_validate()
602 int nft_meta_set_validate(const struct nft_ctx *ctx, in nft_meta_set_validate()
632 int nft_meta_set_init(const struct nft_ctx *ctx, in nft_meta_set_init()
703 void nft_meta_set_destroy(const struct nft_ctx *ctx, in nft_meta_set_destroy()
812 nft_meta_select_ops(const struct nft_ctx *ctx, in nft_meta_select_ops()
881 static int nft_secmark_obj_init(const struct nft_ctx *ctx, in nft_secmark_obj_init()
924 static void nft_secmark_obj_destroy(const struct nft_ctx *ctx, struct nft_object *obj) in nft_secmark_obj_destroy()
Dnft_queue.c71 static int nft_queue_validate(const struct nft_ctx *ctx, in nft_queue_validate()
103 static int nft_queue_init(const struct nft_ctx *ctx, in nft_queue_init()
132 static int nft_queue_sreg_init(const struct nft_ctx *ctx, in nft_queue_sreg_init()
207 nft_queue_select_ops(const struct nft_ctx *ctx, in nft_queue_select_ops()
Dnft_fwd_netdev.c46 static int nft_fwd_netdev_init(const struct nft_ctx *ctx, in nft_fwd_netdev_init()
154 static int nft_fwd_neigh_init(const struct nft_ctx *ctx, in nft_fwd_neigh_init()
204 static int nft_fwd_validate(const struct nft_ctx *ctx, in nft_fwd_validate()
236 nft_fwd_select_ops(const struct nft_ctx *ctx, in nft_fwd_select_ops()
Dnft_numgen.c52 static int nft_ng_inc_init(const struct nft_ctx *ctx, in nft_ng_inc_init()
123 static void nft_ng_inc_destroy(const struct nft_ctx *ctx, in nft_ng_inc_destroy()
151 static int nft_ng_random_init(const struct nft_ctx *ctx, in nft_ng_random_init()
210 nft_ng_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[]) in nft_ng_select_ops()
Dnf_tables_api.c125 static void nft_ctx_init(struct nft_ctx *ctx, in nft_ctx_init()
146 static struct nft_trans *nft_trans_alloc_gfp(const struct nft_ctx *ctx, in nft_trans_alloc_gfp()
162 static struct nft_trans *nft_trans_alloc(const struct nft_ctx *ctx, in nft_trans_alloc()
174 static void nft_set_trans_bind(const struct nft_ctx *ctx, struct nft_set *set) in nft_set_trans_bind()
300 static int nft_trans_table_add(struct nft_ctx *ctx, int msg_type) in nft_trans_table_add()
315 static int nft_deltable(struct nft_ctx *ctx) in nft_deltable()
327 static struct nft_trans *nft_trans_chain_add(struct nft_ctx *ctx, int msg_type) in nft_trans_chain_add()
348 static int nft_delchain(struct nft_ctx *ctx) in nft_delchain()
362 static void nft_rule_expr_activate(const struct nft_ctx *ctx, in nft_rule_expr_activate()
376 static void nft_rule_expr_deactivate(const struct nft_ctx *ctx, in nft_rule_expr_deactivate()
[all …]
Dnft_counter.c84 static int nft_counter_obj_init(const struct nft_ctx *ctx, in nft_counter_obj_init()
98 static void nft_counter_obj_destroy(const struct nft_ctx *ctx, in nft_counter_obj_destroy()
211 static int nft_counter_init(const struct nft_ctx *ctx, in nft_counter_init()
220 static void nft_counter_destroy(const struct nft_ctx *ctx, in nft_counter_destroy()
Dnft_reject.c26 int nft_reject_validate(const struct nft_ctx *ctx, in nft_reject_validate()
38 int nft_reject_init(const struct nft_ctx *ctx, in nft_reject_init()
Dnft_ct.c388 static int nft_ct_get_init(const struct nft_ctx *ctx, in nft_ct_get_init()
522 static void __nft_ct_set_destroy(const struct nft_ctx *ctx, struct nft_ct *priv) in __nft_ct_set_destroy()
543 static int nft_ct_set_init(const struct nft_ctx *ctx, in nft_ct_set_init()
629 static void nft_ct_get_destroy(const struct nft_ctx *ctx, in nft_ct_get_destroy()
635 static void nft_ct_set_destroy(const struct nft_ctx *ctx, in nft_ct_set_destroy()
783 nft_ct_select_ops(const struct nft_ctx *ctx, in nft_ct_select_ops()
913 static int nft_ct_timeout_obj_init(const struct nft_ctx *ctx, in nft_ct_timeout_obj_init()
969 static void nft_ct_timeout_obj_destroy(const struct nft_ctx *ctx, in nft_ct_timeout_obj_destroy()
1029 static int nft_ct_helper_obj_init(const struct nft_ctx *ctx, in nft_ct_helper_obj_init()
1102 static void nft_ct_helper_obj_destroy(const struct nft_ctx *ctx, in nft_ct_helper_obj_destroy()
[all …]
Dnft_dynset.c125 nft_dynset_expr_alloc(const struct nft_ctx *ctx, const struct nft_set *set, in nft_dynset_expr_alloc()
160 static int nft_dynset_init(const struct nft_ctx *ctx, in nft_dynset_init()
331 static void nft_dynset_deactivate(const struct nft_ctx *ctx, in nft_dynset_deactivate()
340 static void nft_dynset_activate(const struct nft_ctx *ctx, in nft_dynset_activate()
348 static void nft_dynset_destroy(const struct nft_ctx *ctx, in nft_dynset_destroy()
Dnft_last.c25 static int nft_last_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_last_init()
96 static void nft_last_destroy(const struct nft_ctx *ctx, in nft_last_destroy()
Dnft_hash.c69 static int nft_jhash_init(const struct nft_ctx *ctx, in nft_jhash_init()
116 static int nft_symhash_init(const struct nft_ctx *ctx, in nft_symhash_init()
242 nft_hash_select_ops(const struct nft_ctx *ctx, in nft_hash_select_ops()

123