Home
last modified time | relevance | path

Searched refs:forwarding (Results 1 - 25 of 222) sorted by relevance

123456789

/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dndisc_unsolicited_na_test.sh75 local forwarding=$3
87 # forwarding=0 case is to check that a non-router
91 ${ROUTER_CONF}.forwarding=${forwarding}
147 local forwarding=$3
153 [ ${forwarding} -eq 1 ]; then
182 "forwarding=$3")
188 # Args: drop_unsolicited_na accept_untracked_na forwarding
H A Dudpgro_fwd.sh230 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
238 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
250 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
262 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
/kernel/linux/linux-5.10/samples/bpf/
H A Dtc_l2_redirect.sh11 IPV6_FORWARDING=$(< /proc/sys/net/ipv6/conf/all/forwarding)
66 sysctl -q -w net.ipv6.conf.all.forwarding=1
79 sysctl -q -w net.ipv6.conf.all.forwarding=$IPV6_FORWARDING
95 sysctl -q -w net.ipv4.conf.ipt.forwarding=1
100 sysctl -q -w net.ipv4.conf.ve1.forwarding=1
111 # test direct egress to ve2 (i.e. not forwarding from
131 sysctl -q -w net.ipv4.conf.ip6t.forwarding=1
137 sysctl -q -w net.ipv4.conf.ve1.forwarding=1
149 # test direct egress to ve2 (i.e. not forwarding from
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dipip-conntrack-mtu.sh111 ip netns exec ${r_a} sysctl -q net.ipv4.conf.all.forwarding=1 > /dev/null
141 ip netns exec ${r_b} sysctl -q net.ipv4.conf.all.forwarding=1 > /dev/null
166 ip netns exec ${r_w} sysctl -q net.ipv4.conf.all.forwarding=1 > /dev/null
H A Dnft_nat.sh425 ip netns exec "$ns0" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
526 ip netns exec "$ns0" sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null
527 ip netns exec "$ns0" sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null
626 ip netns exec "$ns0" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
707 ip netns exec "$ns0" sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null
708 ip netns exec "$ns0" sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null
908 ip netns exec "$ns0" sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null
909 ip netns exec "$ns0" sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null
927 # test packet filter based mitigation: prevent forwarding of
946 ip netns exec "$ns0" sysctl net.ipv4.conf.veth0.forwarding
[all...]
H A Dnft_synproxy.sh52 ip netns exec $nsr sysctl -q net.ipv4.conf.veth0.forwarding=1
53 ip netns exec $nsr sysctl -q net.ipv4.conf.veth1.forwarding=1
H A Dbridge_brouter.sh71 # ping netns1, expected to not work (ip forwarding is off)
78 # enable forwarding on both interfaces.
82 ip netns exec ns0 sysctl -q net.ipv4.conf.veth0.forwarding=1
83 ip netns exec ns0 sysctl -q net.ipv4.conf.veth1.forwarding=1
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_lwt_seg6local.sh130 ip netns exec ns1 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
131 ip netns exec ns2 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
132 ip netns exec ns3 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
133 ip netns exec ns4 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
134 ip netns exec ns5 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A 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
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dip6_forward_instats_vrf.sh4 # Test ipv6 stats on the incoming if when forwarding with VRF
129 # Disable forwarding temporary while sending the packet
130 sysctl -qw net.ipv6.conf.all.forwarding=0
133 sysctl -qw net.ipv6.conf.all.forwarding=1
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dip6_forward_instats_vrf.sh4 # Test ipv6 stats on the incoming if when forwarding with VRF
131 # Disable forwarding temporary while sending the packet
132 sysctl -qw net.ipv6.conf.all.forwarding=0
135 sysctl -qw net.ipv6.conf.all.forwarding=1
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_tbf_root.sh9 lib_dir=$(dirname $0)/../../../net/forwarding
H A Dsch_tbf_prio.sh9 lib_dir=$(dirname $0)/../../../net/forwarding
H A Dsch_tbf_ets.sh9 lib_dir=$(dirname $0)/../../../net/forwarding
H A Dhw_stats_l3.sh4 lib_dir=$(dirname $0)/../../../net/forwarding
H A Dsharedbuffer.sh11 source ../../../net/forwarding/lib.sh
12 source ../../../net/forwarding/devlink_lib.sh
H A Drouter_bridge_lag.sh48 lib_dir=$(dirname $0)/../../../net/forwarding
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
H A Dbridge_brouter.sh71 # ping netns1, expected to not work (ip forwarding is off)
78 # enable forwarding on both interfaces.
82 ip netns exec ns0 sysctl -q net.ipv4.conf.veth0.forwarding=1
83 ip netns exec ns0 sysctl -q net.ipv4.conf.veth1.forwarding=1
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer.sh11 source ../../../net/forwarding/lib.sh
12 source ../../../net/forwarding/devlink_lib.sh
H A Dsch_ets.sh5 lib_dir=$(dirname $0)/../../../net/forwarding
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H A DMakefile16 TEST_FILES := forwarding.config
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dresource_scale.sh4 lib_dir=$(dirname $0)/../../../../net/forwarding
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dresource_scale.sh4 lib_dir=$(dirname $0)/../../../../net/forwarding
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/linux/
H A Dnip.h50 __s32 forwarding; member

Completed in 7 milliseconds

123456789