Home
last modified time | relevance | path

Searched refs:nft_expr_type (Results 1 – 25 of 52) sorted by relevance

123

/linux-6.12.1/include/net/netfilter/
Dnf_tables_core.h8 extern struct nft_expr_type nft_imm_type;
9 extern struct nft_expr_type nft_cmp_type;
10 extern struct nft_expr_type nft_counter_type;
11 extern struct nft_expr_type nft_lookup_type;
12 extern struct nft_expr_type nft_bitwise_type;
13 extern struct nft_expr_type nft_byteorder_type;
14 extern struct nft_expr_type nft_payload_type;
15 extern struct nft_expr_type nft_dynset_type;
16 extern struct nft_expr_type nft_range_type;
17 extern struct nft_expr_type nft_meta_type;
[all …]
/linux-6.12.1/net/netfilter/
Dnft_redir.c140 static struct nft_expr_type nft_redir_ipv4_type;
152 static struct nft_expr_type nft_redir_ipv4_type __read_mostly = {
168 static struct nft_expr_type nft_redir_ipv6_type;
180 static struct nft_expr_type nft_redir_ipv6_type __read_mostly = {
197 static struct nft_expr_type nft_redir_inet_type;
209 static struct nft_expr_type nft_redir_inet_type __read_mostly = {
Dnft_masq.c137 static struct nft_expr_type nft_masq_ipv4_type;
149 static struct nft_expr_type nft_masq_ipv4_type __read_mostly = {
165 static struct nft_expr_type nft_masq_ipv6_type;
177 static struct nft_expr_type nft_masq_ipv6_type __read_mostly = {
207 static struct nft_expr_type nft_masq_inet_type;
219 static struct nft_expr_type nft_masq_inet_type __read_mostly = {
Dnft_fib_inet.c44 static struct nft_expr_type nft_fib_inet_type;
55 static struct nft_expr_type nft_fib_inet_type __read_mostly = {
Dnft_fib_netdev.c53 static struct nft_expr_type nft_fib_netdev_type;
64 static struct nft_expr_type nft_fib_netdev_type __read_mostly = {
Dnft_reject_inet.c74 static struct nft_expr_type nft_reject_inet_type;
85 static struct nft_expr_type nft_reject_inet_type __read_mostly = {
Dnft_dup_netdev.c76 static struct nft_expr_type nft_dup_netdev_type;
88 static struct nft_expr_type nft_dup_netdev_type __read_mostly = {
Dnft_reject_netdev.c153 static struct nft_expr_type nft_reject_netdev_type;
164 static struct nft_expr_type nft_reject_netdev_type __read_mostly = {
Dnft_osf.c154 static struct nft_expr_type nft_osf_type;
165 static struct nft_expr_type nft_osf_type __read_mostly = {
Dnft_nat.c314 static struct nft_expr_type nft_nat_type;
326 static struct nft_expr_type nft_nat_type __read_mostly = {
357 static struct nft_expr_type nft_inet_nat_type __read_mostly = {
Dnft_queue.c186 static struct nft_expr_type nft_queue_type;
225 static struct nft_expr_type nft_queue_type __read_mostly = {
Dnft_fwd_netdev.c213 static struct nft_expr_type nft_fwd_netdev_type;
248 static struct nft_expr_type nft_fwd_netdev_type __read_mostly = {
Dnft_numgen.c191 static struct nft_expr_type nft_ng_type;
233 static struct nft_expr_type nft_ng_type __read_mostly = {
Dnft_counter.c294 struct nft_expr_type nft_counter_type;
309 struct nft_expr_type nft_counter_type __read_mostly = {
Dnft_xfrm.c287 static struct nft_expr_type nft_xfrm_type;
298 static struct nft_expr_type nft_xfrm_type __read_mostly = {
Dnft_connlimit.c250 static struct nft_expr_type nft_connlimit_type;
264 static struct nft_expr_type nft_connlimit_type __read_mostly = {
Dnft_hash.c223 static struct nft_expr_type nft_hash_type;
263 static struct nft_expr_type nft_hash_type __read_mostly = {
/linux-6.12.1/net/ipv4/netfilter/
Dnft_reject_ipv4.c40 static struct nft_expr_type nft_reject_ipv4_type;
51 static struct nft_expr_type nft_reject_ipv4_type __read_mostly = {
Dnft_dup_ipv4.c72 static struct nft_expr_type nft_dup_ipv4_type;
87 static struct nft_expr_type nft_dup_ipv4_type __read_mostly = {
Dnft_fib_ipv4.c150 static struct nft_expr_type nft_fib4_type;
195 static struct nft_expr_type nft_fib4_type __read_mostly = {
/linux-6.12.1/net/ipv6/netfilter/
Dnft_reject_ipv6.c41 static struct nft_expr_type nft_reject_ipv6_type;
52 static struct nft_expr_type nft_reject_ipv6_type __read_mostly = {
Dnft_dup_ipv6.c70 static struct nft_expr_type nft_dup_ipv6_type;
85 static struct nft_expr_type nft_dup_ipv6_type __read_mostly = {
Dnft_fib_ipv6.c215 static struct nft_expr_type nft_fib6_type;
260 static struct nft_expr_type nft_fib6_type __read_mostly = {
/linux-6.12.1/net/bridge/netfilter/
Dnft_reject_bridge.c179 static struct nft_expr_type nft_reject_bridge_type;
190 static struct nft_expr_type nft_reject_bridge_type __read_mostly = {
Dnft_meta_bridge.c98 static struct nft_expr_type nft_meta_bridge_type;
217 static struct nft_expr_type nft_meta_bridge_type __read_mostly = {

123