Home
last modified time | relevance | path

Searched refs:forwarding (Results 1 – 25 of 247) sorted by relevance

12345678910

/linux-6.12.1/tools/testing/selftests/drivers/net/dsa/
DMakefile16 forwarding.config
19 ../../../net/forwarding/bridge_locked_port.sh \
20 ../../../net/forwarding/bridge_mdb.sh \
21 ../../../net/forwarding/bridge_mld.sh \
22 ../../../net/forwarding/bridge_vlan_aware.sh \
23 ../../../net/forwarding/bridge_vlan_mcast.sh \
24 ../../../net/forwarding/bridge_vlan_unaware.sh \
25 ../../../net/forwarding/lib.sh \
26 ../../../net/forwarding/local_termination.sh \
27 ../../../net/forwarding/no_forwarding.sh \
[all …]
Dbridge_vlan_unaware.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
Dbridge_mld.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
Dbridge_locked_port.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
Dno_forwarding.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
Dbridge_mdb.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
Dtc_actions.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
Dbridge_vlan_aware.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
Dlocal_termination.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
Drun_net_forwarding_test.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
Dbridge_vlan_mcast.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
/linux-6.12.1/tools/testing/selftests/net/
Dndisc_unsolicited_na_test.sh66 local forwarding=$3
86 ${ROUTER_CONF}.forwarding=${forwarding}
142 local forwarding=$3
148 [ ${forwarding} -eq 1 ]; then
/linux-6.12.1/Documentation/networking/
Dnf_flowtable.rst15 Once the first packet of the flow successfully goes through the IP forwarding
22 classic IP forwarding path (the visible effect is that you do not see these
25 follows the classic IP forwarding path.
34 classic IP forwarding path unless the user explicitly instruct flows to use this
35 new alternative forwarding path via policy.
38 forwarding path including the Netfilter hooks and the flowtable fastpath bypass.
74 forwarding path. The TTL is decremented before calling neigh_xmit(). Fragmented
75 traffic is passed up to follow the classic IP forwarding path given that the
77 TCP RST and FIN packets are also passed up to the classic IP forwarding path to
79 the classic forwarding path to report packet-too-big ICMP errors to the sender.
[all …]
Dvxlan.rst20 use of statically-configured forwarding entries.
33 entry in the forwarding table. The destination port number is set to
48 forwarding table using the new bridge command.
50 1. Create forwarding table entry::
54 2. Delete forwarding table entry::
58 3. Show forwarding table::
/linux-6.12.1/tools/testing/selftests/drivers/net/hw/
DMakefile24 ../../../net/forwarding/lib.sh \
25 ../../../net/forwarding/ipip_lib.sh \
26 ../../../net/forwarding/tc_common.sh \
Dhw_stats_l3_gre.sh16 source "$lib_dir"/../../../net/forwarding/lib.sh
17 source "$lib_dir"/../../../net/forwarding/ipip_lib.sh
18 source "$lib_dir"/../../../net/forwarding/tc_common.sh
Dloopback.sh10 source "$lib_dir"/../../../net/forwarding/tc_common.sh
11 source "$lib_dir"/../../../net/forwarding/lib.sh
/linux-6.12.1/samples/bpf/
Dtc_l2_redirect.sh12 IPV6_FORWARDING=$(< /proc/sys/net/ipv6/conf/all/forwarding)
67 sysctl -q -w net.ipv6.conf.all.forwarding=1
81 sysctl -q -w net.ipv6.conf.all.forwarding=$IPV6_FORWARDING
98 sysctl -q -w net.ipv4.conf.ipt.forwarding=1
103 sysctl -q -w net.ipv4.conf.ve1.forwarding=1
134 sysctl -q -w net.ipv4.conf.ip6t.forwarding=1
140 sysctl -q -w net.ipv4.conf.ve1.forwarding=1
/linux-6.12.1/tools/testing/selftests/net/forwarding/
DREADME63 The forwarding selftests framework uses a number of variables that
72 Any of these variables can be overridden. Notably net/forwarding/lib.sh and
86 named forwarding.config in this directory. lib.sh sources the file if
90 forwarding.config.sample is available in the directory as an example of
91 how forwarding.config might look.
/linux-6.12.1/tools/testing/selftests/net/netfilter/
Dbridge_brouter.sh61 ip netns exec "$nsbr" sysctl -q net.ipv4.conf.veth0.forwarding=0
73 ip netns exec "$nsbr" sysctl -q net.ipv4.conf.veth0.forwarding=1
74 ip netns exec "$nsbr" sysctl -q net.ipv4.conf.veth1.forwarding=1
Dconntrack_ipip_mtu.sh98 ip netns exec "$r_a" sysctl -q net.ipv4.conf.all.forwarding=1 > /dev/null
128 ip netns exec "$r_b" sysctl -q net.ipv4.conf.all.forwarding=1 > /dev/null
150 ip netns exec "$r_w" sysctl -q net.ipv4.conf.all.forwarding=1 > /dev/null
Dnft_tproxy_udp.sh86 ip netns exec "$nsrouter" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
87 ip netns exec "$nsrouter" sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null
88 ip netns exec "$nsrouter" sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null
89 ip netns exec "$nsrouter" sysctl net.ipv4.conf.veth2.forwarding=1 > /dev/null
Dnft_tproxy_tcp.sh86 ip netns exec "$nsrouter" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
87 ip netns exec "$nsrouter" sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null
88 ip netns exec "$nsrouter" sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null
89 ip netns exec "$nsrouter" sysctl net.ipv4.conf.veth2.forwarding=1 > /dev/null
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_lwt_seg6local.sh137 ip netns exec ${NS1} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
138 ip netns exec ${NS2} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
139 ip netns exec ${NS3} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
140 ip netns exec ${NS4} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
141 ip netns exec ${NS5} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
/linux-6.12.1/Documentation/virt/kvm/s390/
Ds390-diag.rst101 DIAG 'X'9C forwarding
117 0x9c forwarding per second in the purpose of avoiding a DIAGNOSE 0x9c
118 forwarding storm.
119 A value of 0 turns the forwarding off.

12345678910