nft_ctx           187 include/net/netfilter/nf_tables.h int nft_data_init(const struct nft_ctx *ctx,
nft_ctx           210 include/net/netfilter/nf_tables.h int nft_validate_register_store(const struct nft_ctx *ctx,
nft_ctx           250 include/net/netfilter/nf_tables.h 	int		(*fn)(const struct nft_ctx *ctx,
nft_ctx           353 include/net/netfilter/nf_tables.h 	void				(*walk)(const struct nft_ctx *ctx,
nft_ctx           494 include/net/netfilter/nf_tables.h void nf_tables_deactivate_set(const struct nft_ctx *ctx, struct nft_set *set,
nft_ctx           497 include/net/netfilter/nf_tables.h int nf_tables_bind_set(const struct nft_ctx *ctx, struct nft_set *set,
nft_ctx           499 include/net/netfilter/nf_tables.h void nf_tables_destroy_set(const struct nft_ctx *ctx, struct nft_set *set);
nft_ctx           735 include/net/netfilter/nf_tables.h 	const struct nft_expr_ops	*(*select_ops)(const struct nft_ctx *,
nft_ctx           784 include/net/netfilter/nf_tables.h 	int				(*init)(const struct nft_ctx *ctx,
nft_ctx           787 include/net/netfilter/nf_tables.h 	void				(*activate)(const struct nft_ctx *ctx,
nft_ctx           789 include/net/netfilter/nf_tables.h 	void				(*deactivate)(const struct nft_ctx *ctx,
nft_ctx           792 include/net/netfilter/nf_tables.h 	void				(*destroy)(const struct nft_ctx *ctx,
nft_ctx           794 include/net/netfilter/nf_tables.h 	void				(*destroy_clone)(const struct nft_ctx *ctx,
nft_ctx           798 include/net/netfilter/nf_tables.h 	int				(*validate)(const struct nft_ctx *ctx,
nft_ctx           832 include/net/netfilter/nf_tables.h struct nft_expr *nft_expr_init(const struct nft_ctx *ctx,
nft_ctx           834 include/net/netfilter/nf_tables.h void nft_expr_destroy(const struct nft_ctx *ctx, struct nft_expr *expr);
nft_ctx           924 include/net/netfilter/nf_tables.h int nft_chain_validate(const struct nft_ctx *ctx, const struct nft_chain *chain);
nft_ctx           999 include/net/netfilter/nf_tables.h int __nft_release_basechain(struct nft_ctx *ctx);
nft_ctx          1109 include/net/netfilter/nf_tables.h 	const struct nft_object_ops	*(*select_ops)(const struct nft_ctx *,
nft_ctx          1134 include/net/netfilter/nf_tables.h 	int				(*init)(const struct nft_ctx *ctx,
nft_ctx          1137 include/net/netfilter/nf_tables.h 	void				(*destroy)(const struct nft_ctx *ctx,
nft_ctx          1187 include/net/netfilter/nf_tables.h void nf_tables_deactivate_flowtable(const struct nft_ctx *ctx,
nft_ctx          1363 include/net/netfilter/nf_tables.h 	struct nft_ctx			ctx;
nft_ctx            22 include/net/netfilter/nft_fib.h int nft_fib_init(const struct nft_ctx *ctx, const struct nft_expr *expr,
nft_ctx            24 include/net/netfilter/nft_fib.h int nft_fib_validate(const struct nft_ctx *ctx, const struct nft_expr *expr,
nft_ctx            17 include/net/netfilter/nft_meta.h int nft_meta_get_init(const struct nft_ctx *ctx,
nft_ctx            21 include/net/netfilter/nft_meta.h int nft_meta_set_init(const struct nft_ctx *ctx,
nft_ctx            39 include/net/netfilter/nft_meta.h void nft_meta_set_destroy(const struct nft_ctx *ctx,
nft_ctx            42 include/net/netfilter/nft_meta.h int nft_meta_set_validate(const struct nft_ctx *ctx,
nft_ctx            17 include/net/netfilter/nft_reject.h int nft_reject_validate(const struct nft_ctx *ctx,
nft_ctx            21 include/net/netfilter/nft_reject.h int nft_reject_init(const struct nft_ctx *ctx,
nft_ctx            69 net/bridge/netfilter/nft_meta_bridge.c static int nft_meta_bridge_get_init(const struct nft_ctx *ctx,
nft_ctx           115 net/bridge/netfilter/nft_meta_bridge.c nft_meta_bridge_select_ops(const struct nft_ctx *ctx,
nft_ctx           359 net/bridge/netfilter/nft_reject_bridge.c static int nft_reject_bridge_validate(const struct nft_ctx *ctx,
nft_ctx           367 net/bridge/netfilter/nft_reject_bridge.c static int nft_reject_bridge_init(const struct nft_ctx *ctx,
nft_ctx            33 net/ipv4/netfilter/nft_dup_ipv4.c static int nft_dup_ipv4_init(const struct nft_ctx *ctx,
nft_ctx           167 net/ipv4/netfilter/nft_fib_ipv4.c nft_fib4_select_ops(const struct nft_ctx *ctx,
nft_ctx            31 net/ipv6/netfilter/nft_dup_ipv6.c static int nft_dup_ipv6_init(const struct nft_ctx *ctx,
nft_ctx           212 net/ipv6/netfilter/nft_fib_ipv6.c nft_fib6_select_ops(const struct nft_ctx *ctx,
nft_ctx            86 net/netfilter/nf_tables_api.c static void nft_ctx_init(struct nft_ctx *ctx,
nft_ctx           107 net/netfilter/nf_tables_api.c static struct nft_trans *nft_trans_alloc_gfp(const struct nft_ctx *ctx,
nft_ctx           122 net/netfilter/nf_tables_api.c static struct nft_trans *nft_trans_alloc(const struct nft_ctx *ctx,
nft_ctx           134 net/netfilter/nf_tables_api.c static void nft_set_trans_bind(const struct nft_ctx *ctx, struct nft_set *set)
nft_ctx           195 net/netfilter/nf_tables_api.c static int nft_trans_table_add(struct nft_ctx *ctx, int msg_type)
nft_ctx           210 net/netfilter/nf_tables_api.c static int nft_deltable(struct nft_ctx *ctx)
nft_ctx           222 net/netfilter/nf_tables_api.c static struct nft_trans *nft_trans_chain_add(struct nft_ctx *ctx, int msg_type)
nft_ctx           237 net/netfilter/nf_tables_api.c static int nft_delchain(struct nft_ctx *ctx)
nft_ctx           251 net/netfilter/nf_tables_api.c static void nft_rule_expr_activate(const struct nft_ctx *ctx,
nft_ctx           265 net/netfilter/nf_tables_api.c static void nft_rule_expr_deactivate(const struct nft_ctx *ctx,
nft_ctx           281 net/netfilter/nf_tables_api.c nf_tables_delrule_deactivate(struct nft_ctx *ctx, struct nft_rule *rule)
nft_ctx           292 net/netfilter/nf_tables_api.c static struct nft_trans *nft_trans_rule_add(struct nft_ctx *ctx, int msg_type,
nft_ctx           311 net/netfilter/nf_tables_api.c static int nft_delrule(struct nft_ctx *ctx, struct nft_rule *rule)
nft_ctx           330 net/netfilter/nf_tables_api.c static int nft_delrule_by_chain(struct nft_ctx *ctx)
nft_ctx           346 net/netfilter/nf_tables_api.c static int nft_trans_set_add(const struct nft_ctx *ctx, int msg_type,
nft_ctx           366 net/netfilter/nf_tables_api.c static int nft_delset(const struct nft_ctx *ctx, struct nft_set *set)
nft_ctx           380 net/netfilter/nf_tables_api.c static int nft_trans_obj_add(struct nft_ctx *ctx, int msg_type,
nft_ctx           398 net/netfilter/nf_tables_api.c static int nft_delobj(struct nft_ctx *ctx, struct nft_object *obj)
nft_ctx           412 net/netfilter/nf_tables_api.c static int nft_trans_flowtable_add(struct nft_ctx *ctx, int msg_type,
nft_ctx           431 net/netfilter/nf_tables_api.c static int nft_delflowtable(struct nft_ctx *ctx,
nft_ctx           627 net/netfilter/nf_tables_api.c static void nf_tables_table_notify(const struct nft_ctx *ctx, int event)
nft_ctx           803 net/netfilter/nf_tables_api.c static int nf_tables_updtable(struct nft_ctx *ctx)
nft_ctx           908 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx           973 net/netfilter/nf_tables_api.c static int nft_flush_table(struct nft_ctx *ctx)
nft_ctx          1039 net/netfilter/nf_tables_api.c static int nft_flush(struct nft_ctx *ctx, int family)
nft_ctx          1078 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          1108 net/netfilter/nf_tables_api.c static void nf_tables_table_destroy(struct nft_ctx *ctx)
nft_ctx          1330 net/netfilter/nf_tables_api.c static void nf_tables_chain_notify(const struct nft_ctx *ctx, int event)
nft_ctx          1519 net/netfilter/nf_tables_api.c static void nf_tables_chain_destroy(struct nft_ctx *ctx)
nft_ctx          1650 net/netfilter/nf_tables_api.c static int nf_tables_addchain(struct nft_ctx *ctx, u8 family, u8 genmask,
nft_ctx          1771 net/netfilter/nf_tables_api.c static int nf_tables_updchain(struct nft_ctx *ctx, u8 genmask, u8 policy,
nft_ctx          1890 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          1981 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          2176 net/netfilter/nf_tables_api.c static int nf_tables_expr_parse(const struct nft_ctx *ctx,
nft_ctx          2228 net/netfilter/nf_tables_api.c static int nf_tables_newexpr(const struct nft_ctx *ctx,
nft_ctx          2248 net/netfilter/nf_tables_api.c static void nf_tables_expr_destroy(const struct nft_ctx *ctx,
nft_ctx          2258 net/netfilter/nf_tables_api.c struct nft_expr *nft_expr_init(const struct nft_ctx *ctx,
nft_ctx          2292 net/netfilter/nf_tables_api.c void nft_expr_destroy(const struct nft_ctx *ctx, struct nft_expr *expr)
nft_ctx          2402 net/netfilter/nf_tables_api.c static void nf_tables_rule_notify(const struct nft_ctx *ctx,
nft_ctx          2634 net/netfilter/nf_tables_api.c static void nf_tables_rule_destroy(const struct nft_ctx *ctx,
nft_ctx          2652 net/netfilter/nf_tables_api.c static void nf_tables_rule_release(const struct nft_ctx *ctx,
nft_ctx          2659 net/netfilter/nf_tables_api.c int nft_chain_validate(const struct nft_ctx *ctx, const struct nft_chain *chain)
nft_ctx          2690 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx = {
nft_ctx          2730 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          2944 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          3036 net/netfilter/nf_tables_api.c nft_select_set_ops(const struct nft_ctx *ctx,
nft_ctx          3133 net/netfilter/nf_tables_api.c static int nft_ctx_init_from_setattr(struct nft_ctx *ctx, struct net *net,
nft_ctx          3224 net/netfilter/nf_tables_api.c static int nf_tables_set_alloc_name(struct nft_ctx *ctx, struct nft_set *set,
nft_ctx          3297 net/netfilter/nf_tables_api.c static int nf_tables_fill_set(struct sk_buff *skb, const struct nft_ctx *ctx,
nft_ctx          3375 net/netfilter/nf_tables_api.c static void nf_tables_set_notify(const struct nft_ctx *ctx,
nft_ctx          3410 net/netfilter/nf_tables_api.c 	struct nft_ctx *ctx = cb->data, ctx_set;
nft_ctx          3465 net/netfilter/nf_tables_api.c 	struct nft_ctx *ctx_dump = NULL;
nft_ctx          3489 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          3565 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          3795 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          3829 net/netfilter/nf_tables_api.c static int nf_tables_bind_check_setelem(const struct nft_ctx *ctx,
nft_ctx          3844 net/netfilter/nf_tables_api.c int nf_tables_bind_set(const struct nft_ctx *ctx, struct nft_set *set,
nft_ctx          3886 net/netfilter/nf_tables_api.c static void nf_tables_unbind_set(const struct nft_ctx *ctx, struct nft_set *set,
nft_ctx          3899 net/netfilter/nf_tables_api.c void nf_tables_deactivate_set(const struct nft_ctx *ctx, struct nft_set *set,
nft_ctx          3918 net/netfilter/nf_tables_api.c void nf_tables_destroy_set(const struct nft_ctx *ctx, struct nft_set *set)
nft_ctx          3984 net/netfilter/nf_tables_api.c static int nft_ctx_init_from_elemattr(struct nft_ctx *ctx, struct net *net,
nft_ctx          4086 net/netfilter/nf_tables_api.c static int nf_tables_dump_setelem(const struct nft_ctx *ctx,
nft_ctx          4099 net/netfilter/nf_tables_api.c 	struct nft_ctx		ctx;
nft_ctx          4204 net/netfilter/nf_tables_api.c 				       const struct nft_ctx *ctx, u32 seq,
nft_ctx          4264 net/netfilter/nf_tables_api.c static int nft_get_set_elem(struct nft_ctx *ctx, struct nft_set *set,
nft_ctx          4336 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          4376 net/netfilter/nf_tables_api.c static void nf_tables_setelem_notify(const struct nft_ctx *ctx,
nft_ctx          4407 net/netfilter/nf_tables_api.c static struct nft_trans *nft_trans_elem_alloc(struct nft_ctx *ctx,
nft_ctx          4454 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx = {
nft_ctx          4481 net/netfilter/nf_tables_api.c static void nf_tables_set_elem_destroy(const struct nft_ctx *ctx,
nft_ctx          4491 net/netfilter/nf_tables_api.c static int nft_add_set_elem(struct nft_ctx *ctx, struct nft_set *set,
nft_ctx          4610 net/netfilter/nf_tables_api.c 			struct nft_ctx bind_ctx = {
nft_ctx          4731 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          4809 net/netfilter/nf_tables_api.c static int nft_del_setelem(struct nft_ctx *ctx, struct nft_set *set,
nft_ctx          4890 net/netfilter/nf_tables_api.c static int nft_flush_set(const struct nft_ctx *ctx,
nft_ctx          4928 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          5083 net/netfilter/nf_tables_api.c static struct nft_object *nft_obj_init(const struct nft_ctx *ctx,
nft_ctx          5183 net/netfilter/nf_tables_api.c static int nf_tables_updobj(const struct nft_ctx *ctx,
nft_ctx          5226 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          5509 net/netfilter/nf_tables_api.c static void nft_obj_destroy(const struct nft_ctx *ctx, struct nft_object *obj)
nft_ctx          5530 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          5595 net/netfilter/nf_tables_api.c static void nf_tables_obj_notify(const struct nft_ctx *ctx,
nft_ctx          5644 net/netfilter/nf_tables_api.c void nf_tables_deactivate_flowtable(const struct nft_ctx *ctx,
nft_ctx          5674 net/netfilter/nf_tables_api.c static int nf_tables_parse_devices(const struct nft_ctx *ctx,
nft_ctx          5717 net/netfilter/nf_tables_api.c static int nf_tables_flowtable_parse_hook(const struct nft_ctx *ctx,
nft_ctx          5824 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          5947 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx;
nft_ctx          6184 net/netfilter/nf_tables_api.c static void nf_tables_flowtable_notify(struct nft_ctx *ctx,
nft_ctx          7225 net/netfilter/nf_tables_api.c static int nf_tables_check_loops(const struct nft_ctx *ctx,
nft_ctx          7228 net/netfilter/nf_tables_api.c static int nf_tables_loop_check_setelem(const struct nft_ctx *ctx,
nft_ctx          7250 net/netfilter/nf_tables_api.c static int nf_tables_check_loops(const struct nft_ctx *ctx,
nft_ctx          7422 net/netfilter/nf_tables_api.c int nft_validate_register_store(const struct nft_ctx *ctx,
nft_ctx          7465 net/netfilter/nf_tables_api.c static int nft_verdict_init(const struct nft_ctx *ctx, struct nft_data *data,
nft_ctx          7553 net/netfilter/nf_tables_api.c static int nft_value_init(const struct nft_ctx *ctx,
nft_ctx          7597 net/netfilter/nf_tables_api.c int nft_data_init(const struct nft_ctx *ctx,
nft_ctx          7667 net/netfilter/nf_tables_api.c int __nft_release_basechain(struct nft_ctx *ctx)
nft_ctx          7696 net/netfilter/nf_tables_api.c 	struct nft_ctx ctx = {
nft_ctx            46 net/netfilter/nft_bitwise.c static int nft_bitwise_init(const struct nft_ctx *ctx,
nft_ctx            95 net/netfilter/nft_byteorder.c static int nft_byteorder_init(const struct nft_ctx *ctx,
nft_ctx           287 net/netfilter/nft_chain_filter.c 			     struct nft_ctx *ctx)
nft_ctx           320 net/netfilter/nft_chain_filter.c 	struct nft_ctx ctx = {
nft_ctx            71 net/netfilter/nft_cmp.c static int nft_cmp_init(const struct nft_ctx *ctx, const struct nft_expr *expr,
nft_ctx           157 net/netfilter/nft_cmp.c static int nft_cmp_fast_init(const struct nft_ctx *ctx,
nft_ctx           234 net/netfilter/nft_cmp.c nft_cmp_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[])
nft_ctx            30 net/netfilter/nft_compat.c static int nft_compat_chain_validate_dependency(const struct nft_ctx *ctx,
nft_ctx           136 net/netfilter/nft_compat.c 			   const struct nft_ctx *ctx,
nft_ctx           217 net/netfilter/nft_compat.c nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr,
nft_ctx           251 net/netfilter/nft_compat.c nft_target_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr)
nft_ctx           304 net/netfilter/nft_compat.c static int nft_target_validate(const struct nft_ctx *ctx,
nft_ctx           380 net/netfilter/nft_compat.c nft_match_set_mtchk_param(struct xt_mtchk_param *par, const struct nft_ctx *ctx,
nft_ctx           432 net/netfilter/nft_compat.c __nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr,
nft_ctx           458 net/netfilter/nft_compat.c nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr,
nft_ctx           465 net/netfilter/nft_compat.c nft_match_large_init(const struct nft_ctx *ctx, const struct nft_expr *expr,
nft_ctx           483 net/netfilter/nft_compat.c __nft_match_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr,
nft_ctx           502 net/netfilter/nft_compat.c nft_match_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr)
nft_ctx           508 net/netfilter/nft_compat.c nft_match_large_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr)
nft_ctx           545 net/netfilter/nft_compat.c static int nft_match_validate(const struct nft_ctx *ctx,
nft_ctx           704 net/netfilter/nft_compat.c nft_match_select_ops(const struct nft_ctx *ctx,
nft_ctx           784 net/netfilter/nft_compat.c nft_target_select_ops(const struct nft_ctx *ctx,
nft_ctx            59 net/netfilter/nft_connlimit.c static int nft_connlimit_do_init(const struct nft_ctx *ctx,
nft_ctx            86 net/netfilter/nft_connlimit.c static void nft_connlimit_do_destroy(const struct nft_ctx *ctx,
nft_ctx           117 net/netfilter/nft_connlimit.c static int nft_connlimit_obj_init(const struct nft_ctx *ctx,
nft_ctx           126 net/netfilter/nft_connlimit.c static void nft_connlimit_obj_destroy(const struct nft_ctx *ctx,
nft_ctx           181 net/netfilter/nft_connlimit.c static int nft_connlimit_init(const struct nft_ctx *ctx,
nft_ctx           190 net/netfilter/nft_connlimit.c static void nft_connlimit_destroy(const struct nft_ctx *ctx,
nft_ctx           210 net/netfilter/nft_connlimit.c static void nft_connlimit_destroy_clone(const struct nft_ctx *ctx,
nft_ctx            82 net/netfilter/nft_counter.c static int nft_counter_obj_init(const struct nft_ctx *ctx,
nft_ctx            96 net/netfilter/nft_counter.c static void nft_counter_obj_destroy(const struct nft_ctx *ctx,
nft_ctx           210 net/netfilter/nft_counter.c static int nft_counter_init(const struct nft_ctx *ctx,
nft_ctx           219 net/netfilter/nft_counter.c static void nft_counter_destroy(const struct nft_ctx *ctx,
nft_ctx           387 net/netfilter/nft_ct.c static int nft_ct_get_init(const struct nft_ctx *ctx,
nft_ctx           521 net/netfilter/nft_ct.c static void __nft_ct_set_destroy(const struct nft_ctx *ctx, struct nft_ct *priv)
nft_ctx           539 net/netfilter/nft_ct.c static int nft_ct_set_init(const struct nft_ctx *ctx,
nft_ctx           621 net/netfilter/nft_ct.c static void nft_ct_get_destroy(const struct nft_ctx *ctx,
nft_ctx           627 net/netfilter/nft_ct.c static void nft_ct_set_destroy(const struct nft_ctx *ctx,
nft_ctx           731 net/netfilter/nft_ct.c nft_ct_select_ops(const struct nft_ctx *ctx,
nft_ctx           860 net/netfilter/nft_ct.c static int nft_ct_timeout_obj_init(const struct nft_ctx *ctx,
nft_ctx           916 net/netfilter/nft_ct.c static void nft_ct_timeout_obj_destroy(const struct nft_ctx *ctx,
nft_ctx           976 net/netfilter/nft_ct.c static int nft_ct_helper_obj_init(const struct nft_ctx *ctx,
nft_ctx          1049 net/netfilter/nft_ct.c static void nft_ct_helper_obj_destroy(const struct nft_ctx *ctx,
nft_ctx          1165 net/netfilter/nft_ct.c static int nft_ct_expect_obj_init(const struct nft_ctx *ctx,
nft_ctx          1189 net/netfilter/nft_ct.c static void nft_ct_expect_obj_destroy(const struct nft_ctx *ctx,
nft_ctx            34 net/netfilter/nft_dup_netdev.c static int nft_dup_netdev_init(const struct nft_ctx *ctx,
nft_ctx           128 net/netfilter/nft_dynset.c static int nft_dynset_init(const struct nft_ctx *ctx,
nft_ctx           256 net/netfilter/nft_dynset.c static void nft_dynset_deactivate(const struct nft_ctx *ctx,
nft_ctx           265 net/netfilter/nft_dynset.c static void nft_dynset_activate(const struct nft_ctx *ctx,
nft_ctx           273 net/netfilter/nft_dynset.c static void nft_dynset_destroy(const struct nft_ctx *ctx,
nft_ctx           315 net/netfilter/nft_exthdr.c static int nft_exthdr_init(const struct nft_ctx *ctx,
nft_ctx           363 net/netfilter/nft_exthdr.c static int nft_exthdr_tcp_set_init(const struct nft_ctx *ctx,
nft_ctx           412 net/netfilter/nft_exthdr.c static int nft_exthdr_ipv4_init(const struct nft_ctx *ctx,
nft_ctx           505 net/netfilter/nft_exthdr.c nft_exthdr_select_ops(const struct nft_ctx *ctx,
nft_ctx            28 net/netfilter/nft_fib.c int nft_fib_validate(const struct nft_ctx *ctx, const struct nft_expr *expr,
nft_ctx            64 net/netfilter/nft_fib.c int nft_fib_init(const struct nft_ctx *ctx, const struct nft_expr *expr,
nft_ctx           144 net/netfilter/nft_flow_offload.c static int nft_flow_offload_validate(const struct nft_ctx *ctx,
nft_ctx           158 net/netfilter/nft_flow_offload.c static int nft_flow_offload_init(const struct nft_ctx *ctx,
nft_ctx           180 net/netfilter/nft_flow_offload.c static void nft_flow_offload_deactivate(const struct nft_ctx *ctx,
nft_ctx           189 net/netfilter/nft_flow_offload.c static void nft_flow_offload_activate(const struct nft_ctx *ctx,
nft_ctx           197 net/netfilter/nft_flow_offload.c static void nft_flow_offload_destroy(const struct nft_ctx *ctx,
nft_ctx            44 net/netfilter/nft_fwd_netdev.c static int nft_fwd_netdev_init(const struct nft_ctx *ctx,
nft_ctx           146 net/netfilter/nft_fwd_netdev.c static int nft_fwd_neigh_init(const struct nft_ctx *ctx,
nft_ctx           196 net/netfilter/nft_fwd_netdev.c static int nft_fwd_validate(const struct nft_ctx *ctx,
nft_ctx           224 net/netfilter/nft_fwd_netdev.c nft_fwd_select_ops(const struct nft_ctx *ctx,
nft_ctx            69 net/netfilter/nft_hash.c static int nft_jhash_init(const struct nft_ctx *ctx,
nft_ctx           116 net/netfilter/nft_hash.c static int nft_symhash_init(const struct nft_ctx *ctx,
nft_ctx           207 net/netfilter/nft_hash.c nft_hash_select_ops(const struct nft_ctx *ctx,
nft_ctx            32 net/netfilter/nft_immediate.c static int nft_immediate_init(const struct nft_ctx *ctx,
nft_ctx            64 net/netfilter/nft_immediate.c static void nft_immediate_activate(const struct nft_ctx *ctx,
nft_ctx            72 net/netfilter/nft_immediate.c static void nft_immediate_deactivate(const struct nft_ctx *ctx,
nft_ctx            98 net/netfilter/nft_immediate.c static int nft_immediate_validate(const struct nft_ctx *ctx,
nft_ctx           103 net/netfilter/nft_immediate.c 	struct nft_ctx *pctx = (struct nft_ctx *)ctx;
nft_ctx           147 net/netfilter/nft_limit.c static int nft_limit_pkts_init(const struct nft_ctx *ctx,
nft_ctx           189 net/netfilter/nft_limit.c static int nft_limit_bytes_init(const struct nft_ctx *ctx,
nft_ctx           215 net/netfilter/nft_limit.c nft_limit_select_ops(const struct nft_ctx *ctx,
nft_ctx           249 net/netfilter/nft_limit.c static int nft_limit_obj_pkts_init(const struct nft_ctx *ctx,
nft_ctx           293 net/netfilter/nft_limit.c static int nft_limit_obj_bytes_init(const struct nft_ctx *ctx,
nft_ctx           321 net/netfilter/nft_limit.c nft_limit_obj_select_ops(const struct nft_ctx *ctx,
nft_ctx           131 net/netfilter/nft_log.c static int nft_log_init(const struct nft_ctx *ctx,
nft_ctx           211 net/netfilter/nft_log.c static void nft_log_destroy(const struct nft_ctx *ctx,
nft_ctx            57 net/netfilter/nft_lookup.c static int nft_lookup_init(const struct nft_ctx *ctx,
nft_ctx           118 net/netfilter/nft_lookup.c static void nft_lookup_deactivate(const struct nft_ctx *ctx,
nft_ctx           127 net/netfilter/nft_lookup.c static void nft_lookup_activate(const struct nft_ctx *ctx,
nft_ctx           135 net/netfilter/nft_lookup.c static void nft_lookup_destroy(const struct nft_ctx *ctx,
nft_ctx           163 net/netfilter/nft_lookup.c static int nft_lookup_validate_setelem(const struct nft_ctx *ctx,
nft_ctx           169 net/netfilter/nft_lookup.c 	struct nft_ctx *pctx = (struct nft_ctx *)ctx;
nft_ctx           194 net/netfilter/nft_lookup.c static int nft_lookup_validate(const struct nft_ctx *ctx,
nft_ctx            28 net/netfilter/nft_masq.c static int nft_masq_validate(const struct nft_ctx *ctx,
nft_ctx            42 net/netfilter/nft_masq.c static int nft_masq_init(const struct nft_ctx *ctx,
nft_ctx           122 net/netfilter/nft_masq.c nft_masq_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr)
nft_ctx           168 net/netfilter/nft_masq.c nft_masq_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr)
nft_ctx           223 net/netfilter/nft_masq.c nft_masq_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr)
nft_ctx           317 net/netfilter/nft_meta.c int nft_meta_get_init(const struct nft_ctx *ctx,
nft_ctx           389 net/netfilter/nft_meta.c static int nft_meta_get_validate(const struct nft_ctx *ctx,
nft_ctx           421 net/netfilter/nft_meta.c int nft_meta_set_validate(const struct nft_ctx *ctx,
nft_ctx           451 net/netfilter/nft_meta.c int nft_meta_set_init(const struct nft_ctx *ctx,
nft_ctx           522 net/netfilter/nft_meta.c void nft_meta_set_destroy(const struct nft_ctx *ctx,
nft_ctx           578 net/netfilter/nft_meta.c nft_meta_select_ops(const struct nft_ctx *ctx,
nft_ctx           647 net/netfilter/nft_meta.c static int nft_secmark_obj_init(const struct nft_ctx *ctx,
nft_ctx           690 net/netfilter/nft_meta.c static void nft_secmark_obj_destroy(const struct nft_ctx *ctx, struct nft_object *obj)
nft_ctx            84 net/netfilter/nft_nat.c static int nft_nat_validate(const struct nft_ctx *ctx,
nft_ctx           111 net/netfilter/nft_nat.c static int nft_nat_init(const struct nft_ctx *ctx, const struct nft_expr *expr,
nft_ctx           251 net/netfilter/nft_nat.c nft_nat_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr)
nft_ctx            53 net/netfilter/nft_numgen.c static int nft_ng_inc_init(const struct nft_ctx *ctx,
nft_ctx           125 net/netfilter/nft_numgen.c static int nft_ng_random_init(const struct nft_ctx *ctx,
nft_ctx           175 net/netfilter/nft_numgen.c nft_ng_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[])
nft_ctx            25 net/netfilter/nft_objref.c static int nft_objref_init(const struct nft_ctx *ctx,
nft_ctx            65 net/netfilter/nft_objref.c static void nft_objref_deactivate(const struct nft_ctx *ctx,
nft_ctx            77 net/netfilter/nft_objref.c static void nft_objref_activate(const struct nft_ctx *ctx,
nft_ctx           122 net/netfilter/nft_objref.c static int nft_objref_map_init(const struct nft_ctx *ctx,
nft_ctx           169 net/netfilter/nft_objref.c static void nft_objref_map_deactivate(const struct nft_ctx *ctx,
nft_ctx           178 net/netfilter/nft_objref.c static void nft_objref_map_activate(const struct nft_ctx *ctx,
nft_ctx           186 net/netfilter/nft_objref.c static void nft_objref_map_destroy(const struct nft_ctx *ctx,
nft_ctx           207 net/netfilter/nft_objref.c nft_objref_select_ops(const struct nft_ctx *ctx,
nft_ctx            55 net/netfilter/nft_osf.c static int nft_osf_init(const struct nft_ctx *ctx,
nft_ctx           109 net/netfilter/nft_osf.c static int nft_osf_validate(const struct nft_ctx *ctx,
nft_ctx           127 net/netfilter/nft_payload.c static int nft_payload_init(const struct nft_ctx *ctx,
nft_ctx           547 net/netfilter/nft_payload.c static int nft_payload_set_init(const struct nft_ctx *ctx,
nft_ctx           613 net/netfilter/nft_payload.c nft_payload_select_ops(const struct nft_ctx *ctx,
nft_ctx            78 net/netfilter/nft_queue.c static int nft_queue_init(const struct nft_ctx *ctx,
nft_ctx           107 net/netfilter/nft_queue.c static int nft_queue_sreg_init(const struct nft_ctx *ctx,
nft_ctx           178 net/netfilter/nft_queue.c nft_queue_select_ops(const struct nft_ctx *ctx,
nft_ctx           100 net/netfilter/nft_quota.c static int nft_quota_obj_init(const struct nft_ctx *ctx,
nft_ctx           192 net/netfilter/nft_quota.c static int nft_quota_init(const struct nft_ctx *ctx,
nft_ctx            50 net/netfilter/nft_range.c static int nft_range_init(const struct nft_ctx *ctx, const struct nft_expr *expr,
nft_ctx            28 net/netfilter/nft_redir.c static int nft_redir_validate(const struct nft_ctx *ctx,
nft_ctx            43 net/netfilter/nft_redir.c static int nft_redir_init(const struct nft_ctx *ctx,
nft_ctx           127 net/netfilter/nft_redir.c nft_redir_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr)
nft_ctx           176 net/netfilter/nft_redir.c nft_redir_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr)
nft_ctx           218 net/netfilter/nft_redir.c nft_redir_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr)
nft_ctx            26 net/netfilter/nft_reject.c int nft_reject_validate(const struct nft_ctx *ctx,
nft_ctx            37 net/netfilter/nft_reject.c int nft_reject_init(const struct nft_ctx *ctx,
nft_ctx            61 net/netfilter/nft_reject_inet.c static int nft_reject_inet_init(const struct nft_ctx *ctx,
nft_ctx           110 net/netfilter/nft_rt.c static int nft_rt_get_init(const struct nft_ctx *ctx,
nft_ctx           164 net/netfilter/nft_rt.c static int nft_rt_validate(const struct nft_ctx *ctx, const struct nft_expr *expr,
nft_ctx           214 net/netfilter/nft_set_bitmap.c static void nft_bitmap_walk(const struct nft_ctx *ctx,
nft_ctx           255 net/netfilter/nft_set_hash.c static void nft_rhash_walk(const struct nft_ctx *ctx, struct nft_set *set,
nft_ctx           569 net/netfilter/nft_set_hash.c static void nft_hash_walk(const struct nft_ctx *ctx, struct nft_set *set,
nft_ctx           352 net/netfilter/nft_set_rbtree.c static void nft_rbtree_walk(const struct nft_ctx *ctx,
nft_ctx            76 net/netfilter/nft_socket.c static int nft_socket_init(const struct nft_ctx *ctx,
nft_ctx           152 net/netfilter/nft_synproxy.c static int nft_synproxy_do_init(const struct nft_ctx *ctx,
nft_ctx           206 net/netfilter/nft_synproxy.c static void nft_synproxy_do_destroy(const struct nft_ctx *ctx)
nft_ctx           250 net/netfilter/nft_synproxy.c static int nft_synproxy_validate(const struct nft_ctx *ctx,
nft_ctx           258 net/netfilter/nft_synproxy.c static int nft_synproxy_init(const struct nft_ctx *ctx,
nft_ctx           267 net/netfilter/nft_synproxy.c static void nft_synproxy_destroy(const struct nft_ctx *ctx,
nft_ctx           299 net/netfilter/nft_synproxy.c static int nft_synproxy_obj_init(const struct nft_ctx *ctx,
nft_ctx           308 net/netfilter/nft_synproxy.c static void nft_synproxy_obj_destroy(const struct nft_ctx *ctx,
nft_ctx           184 net/netfilter/nft_tproxy.c static int nft_tproxy_init(const struct nft_ctx *ctx,
nft_ctx            72 net/netfilter/nft_tunnel.c static int nft_tunnel_get_init(const struct nft_ctx *ctx,
nft_ctx           162 net/netfilter/nft_tunnel.c static int nft_tunnel_obj_ip_init(const struct nft_ctx *ctx,
nft_ctx           191 net/netfilter/nft_tunnel.c static int nft_tunnel_obj_ip6_init(const struct nft_ctx *ctx,
nft_ctx           309 net/netfilter/nft_tunnel.c static int nft_tunnel_obj_opts_init(const struct nft_ctx *ctx,
nft_ctx           347 net/netfilter/nft_tunnel.c static int nft_tunnel_obj_init(const struct nft_ctx *ctx,
nft_ctx           557 net/netfilter/nft_tunnel.c static void nft_tunnel_obj_destroy(const struct nft_ctx *ctx,
nft_ctx            32 net/netfilter/nft_xfrm.c static int nft_xfrm_get_init(const struct nft_ctx *ctx,
nft_ctx           231 net/netfilter/nft_xfrm.c static int nft_xfrm_validate(const struct nft_ctx *ctx, const struct nft_expr *expr,