/linux-4.4.14/include/net/netfilter/ |
D | nft_meta.h | 15 const struct nft_expr *expr, 19 const struct nft_expr *expr, 23 const struct nft_expr *expr); 26 const struct nft_expr *expr); 28 void nft_meta_get_eval(const struct nft_expr *expr, 32 void nft_meta_set_eval(const struct nft_expr *expr,
|
D | nf_tables.h | 220 struct nft_expr; 246 const struct nft_expr *, 248 const struct nft_expr *expr, 497 static inline struct nft_expr *nft_set_ext_expr(const struct nft_set_ext *ext) in nft_set_ext_expr() 616 struct nft_expr; 618 void (*eval)(const struct nft_expr *expr, 621 int (*clone)(struct nft_expr *dst, 622 const struct nft_expr *src); 626 const struct nft_expr *expr, 629 const struct nft_expr *expr); [all …]
|
D | nft_masq.h | 11 const struct nft_expr *expr, 14 int nft_masq_dump(struct sk_buff *skb, const struct nft_expr *expr); 16 int nft_masq_validate(const struct nft_ctx *ctx, const struct nft_expr *expr,
|
D | nft_redir.h | 13 const struct nft_expr *expr, 16 int nft_redir_dump(struct sk_buff *skb, const struct nft_expr *expr); 18 int nft_redir_validate(const struct nft_ctx *ctx, const struct nft_expr *expr,
|
D | nft_reject.h | 12 const struct nft_expr *expr, 15 int nft_reject_dump(struct sk_buff *skb, const struct nft_expr *expr);
|
/linux-4.4.14/net/netfilter/ |
D | nft_immediate.c | 26 static void nft_immediate_eval(const struct nft_expr *expr, in nft_immediate_eval() 41 const struct nft_expr *expr, in nft_immediate_init() 72 const struct nft_expr *expr) in nft_immediate_destroy() 78 static int nft_immediate_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_immediate_dump() 93 const struct nft_expr *expr, in nft_immediate_validate()
|
D | nft_counter.c | 34 static void nft_counter_eval(const struct nft_expr *expr, in nft_counter_eval() 72 static int nft_counter_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_counter_dump() 94 const struct nft_expr *expr, in nft_counter_init() 121 const struct nft_expr *expr) in nft_counter_destroy() 128 static int nft_counter_clone(struct nft_expr *dst, const struct nft_expr *src) in nft_counter_clone()
|
D | nft_masq.c | 25 const struct nft_expr *expr, in nft_masq_validate() 40 const struct nft_expr *expr, in nft_masq_init() 61 int nft_masq_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_masq_dump()
|
D | nft_limit.c | 108 static void nft_limit_pkts_eval(const struct nft_expr *expr, in nft_limit_pkts_eval() 126 const struct nft_expr *expr, in nft_limit_pkts_init() 140 static int nft_limit_pkts_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_limit_pkts_dump() 156 static void nft_limit_pkt_bytes_eval(const struct nft_expr *expr, in nft_limit_pkt_bytes_eval() 168 const struct nft_expr *expr, in nft_limit_pkt_bytes_init() 177 const struct nft_expr *expr) in nft_limit_pkt_bytes_dump()
|
D | nft_dynset.c | 26 struct nft_expr *expr; 30 static void *nft_dynset_new(struct nft_set *set, const struct nft_expr *expr, in nft_dynset_new() 60 static void nft_dynset_eval(const struct nft_expr *expr, in nft_dynset_eval() 67 const struct nft_expr *sexpr; in nft_dynset_eval() 102 const struct nft_expr *expr, in nft_dynset_init() 208 const struct nft_expr *expr) in nft_dynset_destroy() 217 static int nft_dynset_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dynset_dump()
|
D | nft_cmp.c | 27 static void nft_cmp_eval(const struct nft_expr *expr, in nft_cmp_eval() 71 static int nft_cmp_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_cmp_init() 92 static int nft_cmp_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp_dump() 120 const struct nft_expr *expr, in nft_cmp_fast_init() 146 static int nft_cmp_fast_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp_fast_dump()
|
D | nft_lookup.c | 28 static void nft_lookup_eval(const struct nft_expr *expr, in nft_lookup_eval() 53 const struct nft_expr *expr, in nft_lookup_init() 105 const struct nft_expr *expr) in nft_lookup_destroy() 112 static int nft_lookup_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_lookup_dump()
|
D | nft_ct.c | 33 static void nft_ct_get_eval(const struct nft_expr *expr, in nft_ct_get_eval() 152 static void nft_ct_set_eval(const struct nft_expr *expr, in nft_ct_set_eval() 223 const struct nft_expr *expr, in nft_ct_get_init() 323 const struct nft_expr *expr, in nft_ct_set_init() 354 const struct nft_expr *expr) in nft_ct_destroy() 359 static int nft_ct_get_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_ct_get_dump() 387 static int nft_ct_set_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_ct_set_dump()
|
D | nft_redir.c | 27 const struct nft_expr *expr, in nft_redir_validate() 43 const struct nft_expr *expr, in nft_redir_init() 86 int nft_redir_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_redir_dump()
|
D | nft_meta.c | 27 void nft_meta_get_eval(const struct nft_expr *expr, in nft_meta_get_eval() 191 void nft_meta_set_eval(const struct nft_expr *expr, in nft_meta_set_eval() 223 const struct nft_expr *expr, in nft_meta_get_init() 275 const struct nft_expr *expr, in nft_meta_set_init() 305 const struct nft_expr *expr) in nft_meta_get_dump() 321 const struct nft_expr *expr) in nft_meta_set_dump()
|
D | nft_queue.c | 30 static void nft_queue_eval(const struct nft_expr *expr, in nft_queue_eval() 64 const struct nft_expr *expr, in nft_queue_init() 85 static int nft_queue_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_queue_dump()
|
D | nft_reject_inet.c | 20 static void nft_reject_inet_eval(const struct nft_expr *expr, in nft_reject_inet_eval() 65 const struct nft_expr *expr, in nft_reject_inet_init() 97 const struct nft_expr *expr) in nft_reject_inet_dump()
|
D | nft_exthdr.c | 28 static void nft_exthdr_eval(const struct nft_expr *expr, in nft_exthdr_eval() 58 const struct nft_expr *expr, in nft_exthdr_init() 78 static int nft_exthdr_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_exthdr_dump()
|
D | nft_log.c | 29 static void nft_log_eval(const struct nft_expr *expr, in nft_log_eval() 49 const struct nft_expr *expr, in nft_log_init() 117 const struct nft_expr *expr) in nft_log_destroy() 133 static int nft_log_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_log_dump()
|
D | nft_compat.c | 57 static void nft_target_eval_xt(const struct nft_expr *expr, in nft_target_eval_xt() 83 static void nft_target_eval_bridge(const struct nft_expr *expr, in nft_target_eval_bridge() 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() 266 static int nft_target_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_target_dump() 283 const struct nft_expr *expr, in nft_target_validate() 307 static void nft_match_eval(const struct nft_expr *expr, in nft_match_eval() 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() 448 static int nft_match_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_match_dump() [all …]
|
D | nft_bitwise.c | 28 static void nft_bitwise_eval(const struct nft_expr *expr, in nft_bitwise_eval() 50 const struct nft_expr *expr, in nft_bitwise_init() 93 static int nft_bitwise_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_bitwise_dump()
|
D | nft_reject.c | 30 const struct nft_expr *expr, in nft_reject_init() 54 int nft_reject_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_reject_dump()
|
D | nft_byteorder.c | 28 static void nft_byteorder_eval(const struct nft_expr *expr, in nft_byteorder_eval() 78 const struct nft_expr *expr, in nft_byteorder_init() 120 static int nft_byteorder_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_byteorder_dump()
|
D | nft_nat.c | 39 static void nft_nat_eval(const struct nft_expr *expr, in nft_nat_eval() 91 const struct nft_expr *expr, in nft_nat_validate() 117 static int nft_nat_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_nat_init() 215 static int nft_nat_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_nat_dump()
|
D | nft_payload.c | 68 static void nft_payload_eval(const struct nft_expr *expr, in nft_payload_eval() 117 const struct nft_expr *expr, in nft_payload_init() 131 static int nft_payload_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_payload_dump()
|
D | nf_tables_core.c | 65 static void nft_cmp_fast_eval(const struct nft_expr *expr, in nft_cmp_fast_eval() 76 static bool nft_payload_fast_eval(const struct nft_expr *expr, in nft_payload_fast_eval() 117 const struct nft_expr *expr, *last; in nft_do_chain()
|
D | nft_hash.c | 94 const struct nft_expr *, in nft_hash_update() argument 96 const struct nft_expr *expr, in nft_hash_update()
|
D | nf_tables_api.c | 1599 const struct nft_expr *expr) in nf_tables_fill_expr_info() 1620 const struct nft_expr *expr) in nft_expr_dump() 1686 struct nft_expr *expr) in nf_tables_newexpr() 1706 struct nft_expr *expr) in nf_tables_expr_destroy() 1713 struct nft_expr *nft_expr_init(const struct nft_ctx *ctx, in nft_expr_init() 1717 struct nft_expr *expr; in nft_expr_init() 1740 void nft_expr_destroy(const struct nft_ctx *ctx, struct nft_expr *expr) in nft_expr_destroy() 1794 const struct nft_expr *expr, *next; in nf_tables_fill_rule_info() 1992 struct nft_expr *expr; in nf_tables_rule_destroy() 2021 struct nft_expr *expr; in nf_tables_newrule() [all …]
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nft_dup_ipv6.c | 23 static void nft_dup_ipv6_eval(const struct nft_expr *expr, in nft_dup_ipv6_eval() 35 const struct nft_expr *expr, in nft_dup_ipv6_init() 56 static int nft_dup_ipv6_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dup_ipv6_dump()
|
D | nft_reject_ipv6.c | 22 static void nft_reject_ipv6_eval(const struct nft_expr *expr, in nft_reject_ipv6_eval()
|
D | nft_masq_ipv6.c | 20 static void nft_masq_ipv6_eval(const struct nft_expr *expr, in nft_masq_ipv6_eval()
|
D | nft_redir_ipv6.c | 20 static void nft_redir_ipv6_eval(const struct nft_expr *expr, in nft_redir_ipv6_eval()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nft_dup_ipv4.c | 23 static void nft_dup_ipv4_eval(const struct nft_expr *expr, in nft_dup_ipv4_eval() 37 const struct nft_expr *expr, in nft_dup_ipv4_init() 58 static int nft_dup_ipv4_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dup_ipv4_dump()
|
D | nft_reject_ipv4.c | 22 static void nft_reject_ipv4_eval(const struct nft_expr *expr, in nft_reject_ipv4_eval()
|
D | nft_masq_ipv4.c | 19 static void nft_masq_ipv4_eval(const struct nft_expr *expr, in nft_masq_ipv4_eval()
|
D | nft_redir_ipv4.c | 20 static void nft_redir_ipv4_eval(const struct nft_expr *expr, in nft_redir_ipv4_eval()
|
/linux-4.4.14/net/bridge/netfilter/ |
D | nft_meta_bridge.c | 21 static void nft_meta_bridge_get_eval(const struct nft_expr *expr, in nft_meta_bridge_get_eval() 52 const struct nft_expr *expr, in nft_meta_bridge_get_init()
|
D | nft_reject_bridge.c | 259 static void nft_reject_bridge_eval(const struct nft_expr *expr, in nft_reject_bridge_eval() 316 const struct nft_expr *expr, in nft_reject_bridge_validate() 324 const struct nft_expr *expr, in nft_reject_bridge_init() 360 const struct nft_expr *expr) in nft_reject_bridge_dump()
|