Home
last modified time | relevance | path

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

12

/linux/include/net/netfilter/
H A 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/net/netfilter/
H A 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 = {
H A 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 = {
H A 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 = {
H A 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 = {
H A 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 = {
H A 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 = {
H A Dnft_osf.c154 static struct nft_expr_type nft_osf_type;
165 static struct nft_expr_type nft_osf_type __read_mostly = {
H A 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 = {
H A Dnft_queue.c186 static struct nft_expr_type nft_queue_type;
225 static struct nft_expr_type nft_queue_type __read_mostly = {
H A Dnft_numgen.c191 static struct nft_expr_type nft_ng_type;
233 static struct nft_expr_type nft_ng_type __read_mostly = {
H A Dnft_hash.c223 static struct nft_expr_type nft_hash_type;
263 static struct nft_expr_type nft_hash_type __read_mostly = {
H A Dnft_quota.c259 static struct nft_expr_type nft_quota_type;
271 static struct nft_expr_type nft_quota_type __read_mostly = {
H A Dnft_xfrm.c288 static struct nft_expr_type nft_xfrm_type;
299 static struct nft_expr_type nft_xfrm_type __read_mostly = {
H A Dnft_socket.c291 static struct nft_expr_type nft_socket_type;
302 static struct nft_expr_type nft_socket_type __read_mostly = {
H A Dnft_log.c286 static struct nft_expr_type nft_log_type;
297 static struct nft_expr_type nft_log_type __read_mostly = {
H A Dnft_tproxy.c326 static struct nft_expr_type nft_tproxy_type;
338 static struct nft_expr_type nft_tproxy_type __read_mostly = {
H A Dnft_last.c131 struct nft_expr_type nft_last_type __read_mostly = {
H A Dnft_synproxy.c285 static struct nft_expr_type nft_synproxy_type;
297 static struct nft_expr_type nft_synproxy_type __read_mostly = {
/linux/net/ipv6/netfilter/
H A 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 = {
H A 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 = {
H A Dnft_fib_ipv6.c219 static struct nft_expr_type nft_fib6_type;
264 static struct nft_expr_type nft_fib6_type __read_mostly = {
/linux/net/ipv4/netfilter/
H A 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 = {
H A Dnft_fib_ipv4.c157 static struct nft_expr_type nft_fib4_type;
202 static struct nft_expr_type nft_fib4_type __read_mostly = {
/linux/net/bridge/netfilter/
H A 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 = {

12