Home
last modified time | relevance | path

Searched refs:nft_expr (Results 1 – 38 of 38) sorted by relevance

/linux-4.4.14/include/net/netfilter/
Dnft_meta.h15 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,
Dnf_tables.h220 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 …]
Dnft_masq.h11 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,
Dnft_redir.h13 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,
Dnft_reject.h12 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/
Dnft_immediate.c26 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()
Dnft_counter.c34 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()
Dnft_masq.c25 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()
Dnft_limit.c108 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()
Dnft_dynset.c26 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()
Dnft_cmp.c27 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()
Dnft_lookup.c28 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()
Dnft_ct.c33 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()
Dnft_redir.c27 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()
Dnft_meta.c27 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()
Dnft_queue.c30 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()
Dnft_reject_inet.c20 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()
Dnft_exthdr.c28 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()
Dnft_log.c29 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()
Dnft_compat.c57 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 …]
Dnft_bitwise.c28 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()
Dnft_reject.c30 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()
Dnft_byteorder.c28 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()
Dnft_nat.c39 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()
Dnft_payload.c68 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()
Dnf_tables_core.c65 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()
Dnft_hash.c94 const struct nft_expr *, in nft_hash_update() argument
96 const struct nft_expr *expr, in nft_hash_update()
Dnf_tables_api.c1599 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/
Dnft_dup_ipv6.c23 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()
Dnft_reject_ipv6.c22 static void nft_reject_ipv6_eval(const struct nft_expr *expr, in nft_reject_ipv6_eval()
Dnft_masq_ipv6.c20 static void nft_masq_ipv6_eval(const struct nft_expr *expr, in nft_masq_ipv6_eval()
Dnft_redir_ipv6.c20 static void nft_redir_ipv6_eval(const struct nft_expr *expr, in nft_redir_ipv6_eval()
/linux-4.4.14/net/ipv4/netfilter/
Dnft_dup_ipv4.c23 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()
Dnft_reject_ipv4.c22 static void nft_reject_ipv4_eval(const struct nft_expr *expr, in nft_reject_ipv4_eval()
Dnft_masq_ipv4.c19 static void nft_masq_ipv4_eval(const struct nft_expr *expr, in nft_masq_ipv4_eval()
Dnft_redir_ipv4.c20 static void nft_redir_ipv4_eval(const struct nft_expr *expr, in nft_redir_ipv4_eval()
/linux-4.4.14/net/bridge/netfilter/
Dnft_meta_bridge.c21 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()
Dnft_reject_bridge.c259 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()