Home
last modified time | relevance | path

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

123

/linux-6.6.21/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.6.21/net/netfilter/
Dnft_redir.c141 static struct nft_expr_type nft_redir_ipv4_type;
153 static struct nft_expr_type nft_redir_ipv4_type __read_mostly = {
169 static struct nft_expr_type nft_redir_ipv6_type;
181 static struct nft_expr_type nft_redir_ipv6_type __read_mostly = {
198 static struct nft_expr_type nft_redir_inet_type;
210 static struct nft_expr_type nft_redir_inet_type __read_mostly = {
Dnft_masq.c138 static struct nft_expr_type nft_masq_ipv4_type;
150 static struct nft_expr_type nft_masq_ipv4_type __read_mostly = {
166 static struct nft_expr_type nft_masq_ipv6_type;
178 static struct nft_expr_type nft_masq_ipv6_type __read_mostly = {
208 static struct nft_expr_type nft_masq_inet_type;
220 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_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_inet.c75 static struct nft_expr_type nft_reject_inet_type;
86 static struct nft_expr_type nft_reject_inet_type __read_mostly = {
Dnft_reject_netdev.c154 static struct nft_expr_type nft_reject_netdev_type;
165 static struct nft_expr_type nft_reject_netdev_type __read_mostly = {
Dnft_osf.c160 static struct nft_expr_type nft_osf_type;
171 static struct nft_expr_type nft_osf_type __read_mostly = {
Dnft_nat.c315 static struct nft_expr_type nft_nat_type;
327 static struct nft_expr_type nft_nat_type __read_mostly = {
358 static struct nft_expr_type nft_inet_nat_type __read_mostly = {
Dnft_queue.c187 static struct nft_expr_type nft_queue_type;
226 static struct nft_expr_type nft_queue_type __read_mostly = {
Dnft_fwd_netdev.c214 static struct nft_expr_type nft_fwd_netdev_type;
249 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.c287 struct nft_expr_type nft_counter_type;
302 struct nft_expr_type nft_counter_type __read_mostly = {
Dnft_socket.c256 static struct nft_expr_type nft_socket_type;
267 static struct nft_expr_type nft_socket_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.c222 static struct nft_expr_type nft_hash_type;
262 static struct nft_expr_type nft_hash_type __read_mostly = {
/linux-6.6.21/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.c153 static struct nft_expr_type nft_fib4_type;
198 static struct nft_expr_type nft_fib4_type __read_mostly = {
/linux-6.6.21/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.c214 static struct nft_expr_type nft_fib6_type;
259 static struct nft_expr_type nft_fib6_type __read_mostly = {
/linux-6.6.21/net/bridge/netfilter/
Dnft_reject_bridge.c180 static struct nft_expr_type nft_reject_bridge_type;
191 static struct nft_expr_type nft_reject_bridge_type __read_mostly = {
Dnft_meta_bridge.c98 static struct nft_expr_type nft_meta_bridge_type;
218 static struct nft_expr_type nft_meta_bridge_type __read_mostly = {

123