Home
last modified time | relevance | path

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

12345678910

/linux/tools/testing/selftests/drivers/net/dsa/
H A 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_forwardin
[all...]
H A Drun_net_forwarding_test.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
H A Dbridge_mdb.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
H A Dno_forwarding.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
H A Dbridge_vlan_mcast.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
H A Dbridge_mld.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
H A Dbridge_vlan_aware.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
H A Dbridge_locked_port.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
H A Dtc_actions.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
H A Dlocal_termination.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
H A Dbridge_vlan_unaware.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
H A Dtc_taprio.sh7 source "$libdir"/forwarding.config
8 cd "$libdir"/../../../net/forwarding/ || exit 1
/linux/tools/testing/selftests/net/
H A Dndisc_unsolicited_na_test.sh66 local forwarding=$3
82 # forwarding=0 case is to check that a non-router
86 ${ROUTER_CONF}.forwarding=${forwarding}
142 local forwarding=$3
148 [ ${forwarding} -eq 1 ]; then
177 "forwarding=$3")
183 # Args: drop_unsolicited_na accept_untracked_na forwarding
/linux/Documentation/networking/
H A 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 pat
[all...]
H A 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::
H A Dmpls-sysctl.rst12 possible to configure forwarding for label values equal to or
20 label will be recognized by the kernel and mpls forwarding
/linux/tools/testing/selftests/drivers/net/hw/
H A DMakefile33 ../../../net/forwarding/lib.sh \
34 ../../../net/forwarding/ipip_lib.sh \
35 ../../../net/forwarding/tc_common.sh \
H A 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
H A Dloopback.sh10 source "$lib_dir"/../../../net/forwarding/tc_common.sh
11 source "$lib_dir"/../../../net/forwarding/lib.sh
/linux/samples/bpf/
H A 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
114 # test direct egress to ve2 (i.e. not forwarding from
134 sysctl -q -w net.ipv4.conf.ip6t.forwarding=1
140 sysctl -q -w net.ipv4.conf.ve1.forwarding=1
152 # test direct egress to ve2 (i.e. not forwarding from
/linux/tools/testing/selftests/net/forwarding/
H A 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/tools/testing/selftests/net/netfilter/
H A Dbridge_brouter.sh59 ip netns exec "$nsbr" sysctl -q net.ipv4.conf.veth0.forwarding=0
61 # ping net${ns1}, expected to not work (ip forwarding is off)
67 # enable forwarding on both interfaces.
71 ip netns exec "$nsbr" sysctl -q net.ipv4.conf.veth0.forwarding=1
72 ip netns exec "$nsbr" sysctl -q net.ipv4.conf.veth1.forwarding=1
H A 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
H A 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
H A 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

12345678910