/Linux-v4.19/include/net/netfilter/ |
D | nft_fib.h | 26 void nft_fib4_eval_type(const struct nft_expr *expr, struct nft_regs *regs, 28 void nft_fib4_eval(const struct nft_expr *expr, struct nft_regs *regs, 31 void nft_fib6_eval_type(const struct nft_expr *expr, struct nft_regs *regs, 33 void nft_fib6_eval(const struct nft_expr *expr, struct nft_regs *regs,
|
D | nf_tables_core.h | 75 struct nft_regs; 78 struct nft_regs *regs, const struct nft_pktinfo *pkt); 80 struct nft_regs *regs, const struct nft_pktinfo *pkt);
|
/Linux-v4.19/net/netfilter/ |
D | nf_tables_core.c | 53 struct nft_regs *regs) in nft_cmp_fast_eval() 64 struct nft_regs *regs, in nft_payload_fast_eval() 124 struct nft_regs *regs, in expr_call_ops_eval() 145 struct nft_regs regs; in nft_do_chain()
|
D | nft_quota.c | 36 struct nft_regs *regs, in nft_quota_do_eval() 52 struct nft_regs *regs, in nft_quota_obj_eval() 172 struct nft_regs *regs, in nft_quota_eval()
|
D | nft_limit.c | 133 struct nft_regs *regs, in nft_limit_pkts_eval() 182 struct nft_regs *regs, in nft_limit_bytes_eval() 243 struct nft_regs *regs, in nft_limit_obj_pkts_eval() 286 struct nft_regs *regs, in nft_limit_obj_bytes_eval()
|
D | nft_numgen.c | 43 struct nft_regs *regs, in nft_ng_inc_eval() 52 struct nft_regs *regs, in nft_ng_inc_map_eval() 178 struct nft_regs *regs, in nft_ng_random_eval() 187 struct nft_regs *regs, in nft_ng_random_map_eval()
|
D | nft_counter.c | 32 struct nft_regs *regs, in nft_counter_do_eval() 52 struct nft_regs *regs, in nft_counter_obj_eval() 198 struct nft_regs *regs, in nft_counter_eval()
|
D | nft_connlimit.c | 23 struct nft_regs *regs, in nft_connlimit_do_eval() 117 struct nft_regs *regs, in nft_connlimit_obj_eval() 174 struct nft_regs *regs, in nft_connlimit_eval()
|
D | nft_hash.c | 32 struct nft_regs *regs, in nft_jhash_eval() 46 struct nft_regs *regs, in nft_jhash_map_eval() 75 struct nft_regs *regs, in nft_symhash_eval() 88 struct nft_regs *regs, in nft_symhash_map_eval()
|
D | nft_tproxy.c | 22 struct nft_regs *regs, in nft_tproxy_eval_v4() 79 struct nft_regs *regs, in nft_tproxy_eval_v6() 151 struct nft_regs *regs, in nft_tproxy_eval()
|
D | nft_fwd_netdev.c | 27 struct nft_regs *regs, in nft_fwd_netdev_eval() 78 struct nft_regs *regs, in nft_fwd_neigh_eval()
|
D | nft_queue.c | 32 struct nft_regs *regs, in nft_queue_eval() 59 struct nft_regs *regs, in nft_queue_sreg_eval()
|
D | nft_objref.c | 20 struct nft_regs *regs, in nft_objref_eval() 92 struct nft_regs *regs, in nft_objref_map_eval()
|
D | nft_fib_inet.c | 19 struct nft_regs *regs, in nft_fib_inet_eval()
|
D | nft_fib_netdev.c | 24 struct nft_regs *regs, in nft_fib_netdev_eval()
|
D | nft_exthdr.c | 40 struct nft_regs *regs, in nft_exthdr_ipv6_eval() 86 struct nft_regs *regs, in nft_exthdr_tcp_eval() 129 struct nft_regs *regs, in nft_exthdr_tcp_set_eval()
|
D | nft_ct.c | 61 struct nft_regs *regs, in nft_ct_get_eval() 231 struct nft_regs *regs, in nft_ct_set_zone_eval() 277 struct nft_regs *regs, in nft_ct_set_eval() 742 struct nft_regs *regs, in nft_notrack_eval() 807 struct nft_regs *regs, in nft_ct_timeout_obj_eval() 1045 struct nft_regs *regs, in nft_ct_helper_obj_eval()
|
D | nft_dup_netdev.c | 23 struct nft_regs *regs, in nft_dup_netdev_eval()
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | nft_fib_ipv4.c | 31 void nft_fib4_eval_type(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib4_eval_type() 66 void nft_fib4_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_fib4_eval()
|
D | nft_reject_ipv4.c | 23 struct nft_regs *regs, in nft_reject_ipv4_eval()
|
D | nft_masq_ipv4.c | 20 struct nft_regs *regs, in nft_masq_ipv4_eval()
|
D | nft_redir_ipv4.c | 21 struct nft_regs *regs, in nft_redir_ipv4_eval()
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | nft_reject_ipv6.c | 23 struct nft_regs *regs, in nft_reject_ipv6_eval()
|
D | nft_masq_ipv6.c | 21 struct nft_regs *regs, in nft_masq_ipv6_eval()
|
D | nft_redir_ipv6.c | 21 struct nft_regs *regs, in nft_redir_ipv6_eval()
|