/linux-4.4.14/include/net/netfilter/ |
D | nf_tables.h | 99 struct nft_ctx { struct 115 int nft_data_init(const struct nft_ctx *ctx, argument 136 int nft_validate_register_store(const struct nft_ctx *ctx, 175 int (*fn)(const struct nft_ctx *ctx, 260 void (*walk)(const struct nft_ctx *ctx, 361 int nf_tables_bind_set(const struct nft_ctx *ctx, struct nft_set *set, 363 void nf_tables_unbind_set(const struct nft_ctx *ctx, struct nft_set *set, 590 const struct nft_expr_ops *(*select_ops)(const struct nft_ctx *, 625 int (*init)(const struct nft_ctx *ctx, 628 void (*destroy)(const struct nft_ctx *ctx, [all …]
|
D | nft_masq.h | 10 int nft_masq_init(const struct nft_ctx *ctx, 16 int nft_masq_validate(const struct nft_ctx *ctx, const struct nft_expr *expr,
|
D | nft_redir.h | 12 int nft_redir_init(const struct nft_ctx *ctx, 18 int nft_redir_validate(const struct nft_ctx *ctx, const struct nft_expr *expr,
|
D | nft_meta.h | 14 int nft_meta_get_init(const struct nft_ctx *ctx, 18 int nft_meta_set_init(const struct nft_ctx *ctx,
|
D | nft_reject.h | 11 int nft_reject_init(const struct nft_ctx *ctx,
|
/linux-4.4.14/net/netfilter/ |
D | nft_immediate.c | 40 static int nft_immediate_init(const struct nft_ctx *ctx, in nft_immediate_init() 71 static void nft_immediate_destroy(const struct nft_ctx *ctx, in nft_immediate_destroy() 92 static int nft_immediate_validate(const struct nft_ctx *ctx, in nft_immediate_validate()
|
D | nf_tables_api.c | 91 static void nft_ctx_init(struct nft_ctx *ctx, in nft_ctx_init() 110 static struct nft_trans *nft_trans_alloc(struct nft_ctx *ctx, int msg_type, in nft_trans_alloc() 180 static int nft_trans_table_add(struct nft_ctx *ctx, int msg_type) in nft_trans_table_add() 195 static int nft_deltable(struct nft_ctx *ctx) in nft_deltable() 207 static int nft_trans_chain_add(struct nft_ctx *ctx, int msg_type) in nft_trans_chain_add() 222 static int nft_delchain(struct nft_ctx *ctx) in nft_delchain() 267 nf_tables_delrule_deactivate(struct nft_ctx *ctx, struct nft_rule *rule) in nf_tables_delrule_deactivate() 278 static struct nft_trans *nft_trans_rule_add(struct nft_ctx *ctx, int msg_type, in nft_trans_rule_add() 293 static int nft_delrule(struct nft_ctx *ctx, struct nft_rule *rule) in nft_delrule() 311 static int nft_delrule_by_chain(struct nft_ctx *ctx) in nft_delrule_by_chain() [all …]
|
D | nft_masq.c | 24 int nft_masq_validate(const struct nft_ctx *ctx, in nft_masq_validate() 39 int nft_masq_init(const struct nft_ctx *ctx, in nft_masq_init()
|
D | nft_compat.c | 126 const struct nft_ctx *ctx, in nft_target_set_tgchk_param() 207 nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_target_init() 250 nft_target_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_target_destroy() 282 static int nft_target_validate(const struct nft_ctx *ctx, in nft_target_validate() 343 nft_match_set_mtchk_param(struct xt_mtchk_param *par, const struct nft_ctx *ctx, in nft_match_set_mtchk_param() 395 nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_match_init() 432 nft_match_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_match_destroy() 464 static int nft_match_validate(const struct nft_ctx *ctx, in nft_match_validate() 630 nft_match_select_ops(const struct nft_ctx *ctx, in nft_match_select_ops() 710 nft_target_select_ops(const struct nft_ctx *ctx, in nft_target_select_ops()
|
D | nft_redir.c | 26 int nft_redir_validate(const struct nft_ctx *ctx, in nft_redir_validate() 42 int nft_redir_init(const struct nft_ctx *ctx, in nft_redir_init()
|
D | nft_cmp.c | 71 static int nft_cmp_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_cmp_init() 119 static int nft_cmp_fast_init(const struct nft_ctx *ctx, in nft_cmp_fast_init() 175 nft_cmp_select_ops(const struct nft_ctx *ctx, const struct nlattr * const tb[]) in nft_cmp_select_ops()
|
D | nft_limit.c | 125 static int nft_limit_pkts_init(const struct nft_ctx *ctx, in nft_limit_pkts_init() 167 static int nft_limit_pkt_bytes_init(const struct nft_ctx *ctx, in nft_limit_pkt_bytes_init() 193 nft_limit_select_ops(const struct nft_ctx *ctx, in nft_limit_select_ops()
|
D | nft_ct.c | 222 static int nft_ct_get_init(const struct nft_ctx *ctx, in nft_ct_get_init() 322 static int nft_ct_set_init(const struct nft_ctx *ctx, in nft_ct_set_init() 353 static void nft_ct_destroy(const struct nft_ctx *ctx, in nft_ct_destroy() 421 nft_ct_select_ops(const struct nft_ctx *ctx, in nft_ct_select_ops()
|
D | nft_lookup.c | 52 static int nft_lookup_init(const struct nft_ctx *ctx, in nft_lookup_init() 104 static void nft_lookup_destroy(const struct nft_ctx *ctx, in nft_lookup_destroy()
|
D | nft_counter.c | 93 static int nft_counter_init(const struct nft_ctx *ctx, in nft_counter_init() 120 static void nft_counter_destroy(const struct nft_ctx *ctx, in nft_counter_destroy()
|
D | nft_meta.c | 222 int nft_meta_get_init(const struct nft_ctx *ctx, in nft_meta_get_init() 274 int nft_meta_set_init(const struct nft_ctx *ctx, in nft_meta_set_init() 355 nft_meta_select_ops(const struct nft_ctx *ctx, in nft_meta_select_ops()
|
D | nft_payload.c | 116 static int nft_payload_init(const struct nft_ctx *ctx, in nft_payload_init() 164 nft_payload_select_ops(const struct nft_ctx *ctx, in nft_payload_select_ops()
|
D | nft_log.c | 48 static int nft_log_init(const struct nft_ctx *ctx, in nft_log_init() 116 static void nft_log_destroy(const struct nft_ctx *ctx, in nft_log_destroy()
|
D | nft_reject.c | 29 int nft_reject_init(const struct nft_ctx *ctx, in nft_reject_init()
|
D | nft_nat.c | 90 static int nft_nat_validate(const struct nft_ctx *ctx, in nft_nat_validate() 117 static int nft_nat_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_nat_init()
|
D | nft_dynset.c | 101 static int nft_dynset_init(const struct nft_ctx *ctx, in nft_dynset_init() 207 static void nft_dynset_destroy(const struct nft_ctx *ctx, in nft_dynset_destroy()
|
D | nft_queue.c | 63 static int nft_queue_init(const struct nft_ctx *ctx, in nft_queue_init()
|
D | nft_reject_inet.c | 64 static int nft_reject_inet_init(const struct nft_ctx *ctx, in nft_reject_inet_init()
|
D | nft_exthdr.c | 57 static int nft_exthdr_init(const struct nft_ctx *ctx, in nft_exthdr_init()
|
D | nft_bitwise.c | 49 static int nft_bitwise_init(const struct nft_ctx *ctx, in nft_bitwise_init()
|
D | nft_byteorder.c | 77 static int nft_byteorder_init(const struct nft_ctx *ctx, in nft_byteorder_init()
|
D | nft_rbtree.c | 173 static void nft_rbtree_walk(const struct nft_ctx *ctx, in nft_rbtree_walk()
|
D | nft_hash.c | 185 static void nft_hash_walk(const struct nft_ctx *ctx, const struct nft_set *set, in nft_hash_walk()
|
/linux-4.4.14/net/bridge/netfilter/ |
D | nft_meta_bridge.c | 51 static int nft_meta_bridge_get_init(const struct nft_ctx *ctx, in nft_meta_bridge_get_init() 91 nft_meta_bridge_select_ops(const struct nft_ctx *ctx, in nft_meta_bridge_select_ops()
|
D | nft_reject_bridge.c | 315 static int nft_reject_bridge_validate(const struct nft_ctx *ctx, in nft_reject_bridge_validate() 323 static int nft_reject_bridge_init(const struct nft_ctx *ctx, in nft_reject_bridge_init()
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nft_dup_ipv6.c | 34 static int nft_dup_ipv6_init(const struct nft_ctx *ctx, in nft_dup_ipv6_init()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nft_dup_ipv4.c | 36 static int nft_dup_ipv4_init(const struct nft_ctx *ctx, in nft_dup_ipv4_init()
|