Home
last modified time | relevance | path

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

123

/linux/include/net/netfilter/
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_lookup_type;
11 extern struct nft_expr_type nft_bitwise_type;
13 extern struct nft_expr_type nft_payload_type;
14 extern struct nft_expr_type nft_dynset_type;
15 extern struct nft_expr_type nft_range_type;
16 extern struct nft_expr_type nft_meta_type;
17 extern struct nft_expr_type nft_rt_type;
18 extern struct nft_expr_type nft_exthdr_type;
[all …]
/linux/net/netfilter/
A Dnft_masq.c123 static struct nft_expr_type nft_masq_ipv4_type;
134 static struct nft_expr_type nft_masq_ipv4_type __read_mostly = {
169 static struct nft_expr_type nft_masq_ipv6_type;
180 static struct nft_expr_type nft_masq_ipv6_type __read_mostly = {
224 static struct nft_expr_type nft_masq_inet_type;
235 static struct nft_expr_type nft_masq_inet_type __read_mostly = {
A Dnft_redir.c128 static struct nft_expr_type nft_redir_ipv4_type;
139 static struct nft_expr_type nft_redir_ipv4_type __read_mostly = {
177 static struct nft_expr_type nft_redir_ipv6_type;
188 static struct nft_expr_type nft_redir_ipv6_type __read_mostly = {
219 static struct nft_expr_type nft_redir_inet_type;
230 static struct nft_expr_type nft_redir_inet_type __read_mostly = {
A Dnft_fib_inet.c44 static struct nft_expr_type nft_fib_inet_type;
54 static struct nft_expr_type nft_fib_inet_type __read_mostly = {
A Dnft_fib_netdev.c53 static struct nft_expr_type nft_fib_netdev_type;
63 static struct nft_expr_type nft_fib_netdev_type __read_mostly = {
A Dnft_dup_netdev.c70 static struct nft_expr_type nft_dup_netdev_type;
80 static struct nft_expr_type nft_dup_netdev_type __read_mostly = {
A Dnft_reject_inet.c75 static struct nft_expr_type nft_reject_inet_type;
85 static struct nft_expr_type nft_reject_inet_type __read_mostly = {
A Dnft_objref.c85 static struct nft_expr_type nft_objref_type;
197 static struct nft_expr_type nft_objref_type;
234 static struct nft_expr_type nft_objref_type __read_mostly = {
A Dnft_osf.c123 static struct nft_expr_type nft_osf_type;
133 static struct nft_expr_type nft_osf_type __read_mostly = {
A Dnft_reject_netdev.c153 static struct nft_expr_type nft_reject_netdev_type;
163 static struct nft_expr_type nft_reject_netdev_type __read_mostly = {
A Dnft_nat.c311 static struct nft_expr_type nft_nat_type;
322 static struct nft_expr_type nft_nat_type __read_mostly = {
351 static struct nft_expr_type nft_inet_nat_type __read_mostly = {
A Dnft_queue.c160 static struct nft_expr_type nft_queue_type;
195 static struct nft_expr_type nft_queue_type __read_mostly = {
A Dnft_socket.c201 static struct nft_expr_type nft_socket_type;
210 static struct nft_expr_type nft_socket_type __read_mostly = {
A Dnft_fwd_netdev.c204 static struct nft_expr_type nft_fwd_netdev_type;
236 static struct nft_expr_type nft_fwd_netdev_type __read_mostly = {
A Dnft_numgen.c154 static struct nft_expr_type nft_ng_type;
193 static struct nft_expr_type nft_ng_type __read_mostly = {
A Dnft_quota.c208 static struct nft_expr_type nft_quota_type;
217 static struct nft_expr_type nft_quota_type __read_mostly = {
A Dnft_xfrm.c256 static struct nft_expr_type nft_xfrm_type;
266 static struct nft_expr_type nft_xfrm_type __read_mostly = {
A Dnft_connlimit.c230 static struct nft_expr_type nft_connlimit_type;
243 static struct nft_expr_type nft_connlimit_type __read_mostly = {
/linux/net/ipv4/netfilter/
A Dnft_reject_ipv4.c40 static struct nft_expr_type nft_reject_ipv4_type;
50 static struct nft_expr_type nft_reject_ipv4_type __read_mostly = {
A Dnft_dup_ipv4.c71 static struct nft_expr_type nft_dup_ipv4_type;
85 static struct nft_expr_type nft_dup_ipv4_type __read_mostly = {
A Dnft_fib_ipv4.c146 static struct nft_expr_type nft_fib4_type;
189 static struct nft_expr_type nft_fib4_type __read_mostly = {
/linux/net/ipv6/netfilter/
A Dnft_reject_ipv6.c41 static struct nft_expr_type nft_reject_ipv6_type;
51 static struct nft_expr_type nft_reject_ipv6_type __read_mostly = {
A Dnft_dup_ipv6.c69 static struct nft_expr_type nft_dup_ipv6_type;
83 static struct nft_expr_type nft_dup_ipv6_type __read_mostly = {
/linux/net/bridge/netfilter/
A Dnft_meta_bridge.c94 static struct nft_expr_type nft_meta_bridge_type;
132 static struct nft_expr_type nft_meta_bridge_type __read_mostly = {
A Dnft_reject_bridge.c180 static struct nft_expr_type nft_reject_bridge_type;
190 static struct nft_expr_type nft_reject_bridge_type __read_mostly = {

Completed in 35 milliseconds

123