/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | Makefile | 17 forwarding.config \ 22 ../../../net/forwarding/bridge_locked_port.sh \ 23 ../../../net/forwarding/bridge_mdb.sh \ 24 ../../../net/forwarding/bridge_mld.sh \ 25 ../../../net/forwarding/bridge_vlan_aware.sh \ 26 ../../../net/forwarding/bridge_vlan_mcast.sh \ 27 ../../../net/forwarding/bridge_vlan_unaware.sh \ 28 ../../../net/forwarding/lib.sh \ 29 ../../../net/forwarding/local_termination.sh \ 30 ../../../net/forwarding/no_forwarding.sh \ [all …]
|
H A D | bridge_vlan_aware.sh | 7 source "$libdir"/forwarding.config 8 cd "$libdir"/../../../net/forwarding/ || exit 1
|
H A D | bridge_vlan_unaware.sh | 7 source "$libdir"/forwarding.config 8 cd "$libdir"/../../../net/forwarding/ || exit 1
|
H A D | run_net_forwarding_test.sh | 7 source "$libdir"/forwarding.config 8 cd "$libdir"/../../../net/forwarding/ || exit 1
|
H A D | no_forwarding.sh | 7 source "$libdir"/forwarding.config 8 cd "$libdir"/../../../net/forwarding/ || exit 1
|
H A D | bridge_vlan_mcast.sh | 7 source "$libdir"/forwarding.config 8 cd "$libdir"/../../../net/forwarding/ || exit 1
|
H A D | local_termination.sh | 7 source "$libdir"/forwarding.config 8 cd "$libdir"/../../../net/forwarding/ || exit 1
|
H A D | tc_actions.sh | 7 source "$libdir"/forwarding.config 8 cd "$libdir"/../../../net/forwarding/ || exit 1
|
/linux/tools/testing/selftests/net/ |
H A D | test_bridge_backup_port.sh | 267 log_test $? 0 "Forwarding out of swp1" 269 log_test $? 0 "No forwarding out of vx0" 277 log_test $? 0 "No forwarding out of swp1" 279 log_test $? 0 "No forwarding out of vx0" 282 busywait $BUSYWAIT_TIMEOUT bridge_link_check $sw1 swp1 forwarding 294 log_test $? 0 "Forwarding out of swp1" 296 log_test $? 0 "No forwarding out of vx0" 304 log_test $? 0 "No forwarding out of swp1" 306 log_test $? 0 "Forwarding out of vx0" 309 busywait $BUSYWAIT_TIMEOUT bridge_link_check $sw1 swp1 forwarding [all...] |
H A D | ipv6_force_forwarding.sh | 7 # - When global forwarding is disabled, packets are not forwarded normally 9 # regardless of the global forwarding setting 49 # Disable global forwarding 50 ip netns exec $ns2 sysctl -qw net.ipv6.conf.all.forwarding=0 69 echo "FAIL: ping succeeded when forwarding disabled" 72 echo "PASS: forwarding disabled correctly" 80 echo "PASS: force_forwarding enabled forwarding"
|
H A D | ndisc_unsolicited_na_test.sh | 66 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/tools/testing/selftests/net/forwarding/ |
H A D | router_broadcast.sh | 188 log_test "h1 -> net2: reply from r1 (not forwarding)" 190 log_test "h1 -> net3: reply from r1 (not forwarding)" 194 log_test "h1 -> 255.255.255.255: reply from r1 (not forwarding)" 197 log_test "h2 -> net1: reply from r1 (not forwarding)" 199 log_test "h2 -> net3: reply from r1 (not forwarding)" 203 log_test "h2 -> 255.255.255.255: reply from r1 (not forwarding)" 209 log_test "h1 -> net2: reply from h2 (forwarding)" 211 log_test "h1 -> net3: reply from h3 (forwarding)" 215 log_test "h1 -> 255.255.255.255: reply from r1 (not forwarding)" 218 log_test "h2 -> net1: reply from h1 (forwarding)" [all …]
|
H A D | README | 78 The forwarding selftests framework uses a number of variables that 87 Any of these variables can be overridden. Notably net/forwarding/lib.sh and 101 named forwarding.config in this directory. lib.sh sources the file if 105 forwarding.config.sample is available in the directory as an example of 106 how forwarding.config might look.
|
H A D | ip6_forward_instats_vrf.sh | 4 # 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
|
/linux/Documentation/networking/ |
H A D | nf_flowtable.rst | 15 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 …]
|
H A D | vxlan.rst | 20 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 D | bridge.rst | 81 * Forwarding: The port is fully operational and forwards both BPDUs and 84 in the STP process. The data frames forwarding are also disabled. 115 6. Forwarding Ports: After the root bridge is selected and the spanning tree 117 be in the forwarding state (used for data traffic) and which should be in 119 all in the forwarding state. while other bridges have some ports in the 125 designated as the root port. And it is in the Forwarding state, allowing 129 are placed in the Forwarding state. All other ports on the non-root 177 it will start forwarding frames to appropriate destinations based on their 198 switch optimizes the forwarding of multicast traffic. Instead of blindly 204 default. It maintains a Multicast forwarding database (MDB) which keeps track [all …]
|
/linux/tools/perf/pmu-events/arch/x86/goldmont/ |
H A D | cache.json | 239 …at miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.", 245 …miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Req… 250 …miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.", 256 …s the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Req… 294 …at miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.", 300 …miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Req… 305 …miss the L2 cache with a snoop hit in the other processor module, no data forwarding is required.", 311 …s the L2 cache with a snoop hit in the other processor module, no data forwarding is required. Req… 349 …at miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.", 355 …miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Req… [all …]
|
/linux/samples/bpf/ |
H A D | tc_l2_redirect.sh | 12 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/perf/pmu-events/arch/x86/goldmontplus/ |
H A D | cache.json | 239 …h) miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.", 245 …miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Req… 294 …rs miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.", 300 …miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Req… 349 …h) miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.", 355 …miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Req… 404 …em miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.", 410 …miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Req… 459 …h) miss the L2 cache with a snoop hit in the other processor module, data forwarding is required.", 465 …miss the L2 cache with a snoop hit in the other processor module, data forwarding is required. Req… [all …]
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | bridge_brouter.sh | 59 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
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | mirred.c | 31 /* Forwarding non encapsulated traffic between in verify_uplink_forwarding() 48 "devices are both uplink, can't offload forwarding"); in verify_uplink_forwarding() 52 "devices are not the same uplink, can't offload forwarding"); in verify_uplink_forwarding() 149 "can't support more output ports, can't offload forwarding"); in tc_act_can_offload_mirred() 151 "can't support more than %d output ports, can't offload forwarding\n", in tc_act_can_offload_mirred() 170 NL_SET_ERR_MSG_MOD(extack, "devices are not on same switch HW, can't offload forwarding"); in tc_act_can_offload_mirred() 262 "devices are not on same switch HW, can't offload forwarding"); in parse_mirred()
|
/linux/tools/testing/selftests/drivers/net/hw/ |
H A D | Makefile | 35 ../../../net/forwarding/ipip_lib.sh \ 36 ../../../net/forwarding/lib.sh \ 37 ../../../net/forwarding/tc_common.sh \
|
H A D | hw_stats_l3_gre.sh | 16 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
|
/linux/net/batman-adv/ |
H A D | send.c | 445 * batadv_forw_packet_free() - free a forwarding packet in batadv_send_skb_via_gw() 449 * This frees a forwarding packet and releases any resources it might in batadv_send_skb_via_gw() 468 * batadv_forw_packet_alloc() - allocate a forwarding packet in batadv_forw_packet_free() 473 * @skb: The raw packet this forwarding packet shall contain in batadv_forw_packet_free() 475 * Allocates a forwarding packet and tries to get a reference to the in batadv_forw_packet_free() 479 * Return: An allocated forwarding packet on success, NULL otherwise. in batadv_forw_packet_free() 535 * @forw_packet: the forwarding packet to check in batadv_forw_packet_alloc() 537 * This function checks whether the given forwarding packet was claimed by in batadv_forw_packet_alloc() 550 * @forw_packet: the forwarding packet to steal 586 * given hard_iface. If hard_iface is NULL forwarding packet in batadv_forw_packet_steal() [all...] |