Searched full:nftables (Results 1 – 25 of 26) sorted by relevance
12
| /linux/net/netfilter/ |
| H A D | nft_set_pipapo.c | 545 * @set: nftables API set representation 586 * @set: nftables API set representation 587 * @elem: nftables API element representation containing key data 980 * @k: Input key for classification, without nftables padding 1256 * @set: nftables API set representation 1278 * @set: nftables API set representation 1279 * @elem: nftables API element representation containing key data 1683 * @set: nftables API set representation 1753 * @set: nftables API set representation 1817 * @set: nftables API set representation [all …]
|
| H A D | nft_set_pipapo_avx2.c | 191 * @pkt: Packet data, pointer to input nftables register 266 * @pkt: Packet data, pointer to input nftables register 343 * @pkt: Packet data, pointer to input nftables register 439 * @pkt: Packet data, pointer to input nftables register 529 * @pkt: Packet data, pointer to input nftables register 665 * @pkt: Packet data, pointer to input nftables register 723 * @pkt: Packet data, pointer to input nftables register 788 * @pkt: Packet data, pointer to input nftables register 864 * @pkt: Packet data, pointer to input nftables register 950 * @pkt: Packet data, pointer to input nftables register [all …]
|
| H A D | nft_set_pipapo.h | 8 /* Count of concatenated fields depends on count of 32-bit nftables registers */ 171 * @ext: nftables API extensions
|
| H A D | nft_reject.c | 133 MODULE_DESCRIPTION("Netfilter x_tables over nftables module");
|
| H A D | nft_chain_nat.c | 140 MODULE_DESCRIPTION("nftables network address translation support");
|
| H A D | nft_osf.c | 168 MODULE_DESCRIPTION("nftables passive OS fingerprint support");
|
| H A D | nft_fwd_netdev.c | 301 MODULE_DESCRIPTION("nftables netdev packet forwarding support");
|
| H A D | nft_exthdr.c | 800 "Please contact the netfilter-devel mailing list or update your nftables rules.\n"); in nft_exthdr_select_ops()
|
| H A D | nft_compat.c | 1008 MODULE_DESCRIPTION("x_tables over nftables support");
|
| H A D | nf_tables_api.c | 10888 pr_warn_once("nftables ruleset with unbound set\n"); in nf_tables_commit() 10896 pr_warn_once("nftables ruleset with unbound chain\n"); in nf_tables_commit()
|
| /linux/net/ipv4/netfilter/ |
| H A D | Kconfig | 21 This is not needed if you are using iptables over nftables 334 This is not needed if you are using arptables over nftables 353 Neither arptables-nft nor nftables need this to work. 365 It is not used by nftables.
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_meta.sh | 127 echo "OK: nftables meta iif/oif counters at expected values" 139 echo "OK: nftables meta cpu counter at expected values"
|
| H A D | nft_zones_many.sh | 47 echo "SKIP: Cannot add nftables rules"
|
| H A D | br_netfilter.sh | 135 echo "SKIP: could not add nftables ruleset"
|
| H A D | nft_interface_stress.sh | 5 # Torture nftables' netdevice notifier callbacks and related code by frequent
|
| H A D | conntrack_vrf.sh | 14 # test_ct_zone_in demonstrates unexpected change of nftables
|
| H A D | nft_concat_range.sh | 42 # type_spec nftables set type specifier 43 # chain_spec nftables type specifier for rules mapping to set 55 # flood_spec nftables type specifier for concurrency tests 58 # perf_spec nftables type specifier for performance tests
|
| H A D | nft_nat_zones.sh | 162 echo "SKIP: Could not add nftables rules"
|
| /linux/Documentation/networking/ |
| H A D | nf_flowtable.rst | 102 nftables ingress chain (make sure the flowtable priority is smaller than the 103 nftables ingress chain hence the flowtable runs before in the pipeline).
|
| /linux/net/bridge/netfilter/ |
| H A D | Kconfig | 50 This is not needed if you are using ebtables over nftables
|
| /linux/net/ipv6/netfilter/ |
| H A D | Kconfig | 17 This is not needed if you are using iptables over nftables
|
| /linux/include/net/ |
| H A D | net_namespace.h | 32 #include <net/netns/nftables.h>
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 307 * enum nft_iter_type - nftables set iterator type 1073 const struct nft_chain *chain; /* for nftables tracing */
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | intro.rst | 652 For ``DEL`` - ``NLM_F_NONREC`` is only used by nftables and ``NLM_F_BULK``
|
| /linux/tools/testing/selftests/wireguard/qemu/ |
| H A D | Makefile | 432 cd $(IPTABLES_PATH) && ./configure --prefix=/ $(CROSS_COMPILE_FLAG) --enable-static --disable-shared --disable-nftables --disable-bpf-compiler --disable-nfsynproxy --disable-libipq --disable-connlabel --with-kernel=$(BUILD_PATH)/include
|
12