Home
last modified time | relevance | path

Searched refs:tst_iface (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ltp/testcases/network/stress/multicast/grp-operation/
Dmcast-lib.sh17 SYSFS_FORCE_IGMP_VERSION=$(sysctl -b net.ipv4.conf.$(tst_iface).force_igmp_version)
25 ROD sysctl -q -w net.ipv4.conf.$(tst_iface).force_igmp_version=0
35 SYSCTL_FORCE_MLD_VERSION=$(sysctl -b net.ipv6.conf.$(tst_iface).force_mld_version)
39 ROD sysctl -q -w net.ipv6.conf.$(tst_iface).force_mld_version=0
74 …[ -n "$SYSFS_FORCE_IGMP_VERSION" ] && sysctl -q -w net.ipv4.conf.$(tst_iface).force_igmp_version=$…
81 …[ -n "$SYSCTL_FORCE_MLD_VERSION" ] && sysctl -q -w net.ipv6.conf.$(tst_iface).force_mld_version=$S…
/third_party/ltp/testcases/network/stress/interface/
Dif-mtu-change.sh36 local iface=$(tst_iface)
37 local iface_rmt=$(tst_iface rhost)
61 if ping -I $(tst_iface) -c1 -w1 -s $size $(tst_ipaddr rhost) >/dev/null; then
84 ip link set $(tst_iface) mtu $saved_mtu
Dif-updown.sh17 local iface=$(tst_iface)
Dif4-addr-change.sh49 ROD ifconfig $(tst_iface) ${IPV4_LNETWORK}${add_to_net}.${num} netmask \
Dif-route-adddel.sh16 local iface=$(tst_iface)
Dif-route-addlarge.sh16 local iface=$(tst_iface)
Dif-addr-adddel.sh18 local iface=$(tst_iface)
/third_party/ltp/testcases/network/multicast/mc_cmds/
Dmc_cmds.sh52 ip addr show $(tst_iface) | grep -q 'MULTICAST' || \
55 ip maddr show $(tst_iface) | grep -q '224.0.0.1'
73 ping -c2 -I $(tst_iface) 224.0.0.1 > ping_out.log || \
/third_party/ltp/testcases/network/mpls/
Dmpls01.sh20 ip -f mpls route flush dev $(tst_iface) > /dev/null 2>&1
57 ROD ip -f mpls route add $l dev $(tst_iface)
65 ROD ip -f mpls route del $l dev $(tst_iface)
/third_party/ltp/testcases/network/tcp_cc/
Dbbr01.sh14 tc qdisc del dev $(tst_iface) root netem > /dev/null 2>&1
25 ROD tc qdisc add dev $(tst_iface) root netem loss 0.5%
Ddctcp01.sh16 tc qdisc del dev $(tst_iface) root netem loss 0.5% ecn
27 tc qdisc add dev $(tst_iface) root netem loss 0.5% ecn > /dev/null 2>&1
Dbbr02.sh17 tc qdisc del dev $(tst_iface) root netem > /dev/null 2>&1
31 ROD tc qdisc add dev $(tst_iface) root netem $emu_opts
/third_party/ltp/testcases/network/virt/
Dwireguard01.sh22 ROD tc qdisc add dev $(tst_iface) root netem $netem_opt
28 tc qdisc del dev $(tst_iface) root netem >/dev/null 2>&1
/third_party/ltp/testcases/network/tcp_cmds/tcpdump/
Dtcpdump01.sh43 $ping_cmd -I $(tst_iface) -f $addr > /dev/null 2>&1 &
47 tcpdump -n -i $(tst_iface) -c $numloops > $outfile 2>/dev/null
/third_party/ltp/testcases/network/stress/route/
Droute-redirect.sh23 local lhost_ifname=$(tst_iface lhost)
24 local rhost_ifname=$(tst_iface rhost)
Droute-change-netlink-dst.sh29 ROD ip route add $rt dev $(tst_iface)
/third_party/ltp/testcases/network/tcp_fastopen/
Dtcp_fastopen_run.sh37 tc qdisc del dev $(tst_iface) root netem delay 100 >/dev/null
46 ROD tc qdisc add dev $(tst_iface) root netem delay 100
/third_party/ltp/testcases/network/stress/ns-tools/
Dtst_net_stress.sh49 local iface_loc=${3:-$(tst_iface lhost $link_num)}
50 local iface_rmt=${4:-$(tst_iface rhost $link_num)}
/third_party/ltp/testcases/network/busy_poll/
Dbusy_poll_lib.sh25 ethtool --show-features $(tst_iface) | \
/third_party/ltp/testcases/network/tcp_cmds/arping/
Darping01.sh16 local dev=$(tst_iface)
/third_party/ltp/testcases/network/stress/multicast/packet-flood/
Dmcast-pktfld01.sh28 ROD $MCAST_LCMD -f $TST_IPVER -I $(tst_iface lhost) -m $addr -p $port -b
Dmcast-pktfld02.sh40 ROD $MCAST_LCMD -f $TST_IPVER -I $(tst_iface lhost) -m $addr -p $port -b
/third_party/ltp/testcases/lib/
Dtst_net.sh360 tst_iface() function
564 local iface=$(tst_iface $type $link_num)
621 local iface_loc=${1:-$(tst_iface)}
622 local iface_rmt=${2:-$(tst_iface rhost)}
/third_party/ltp/testcases/network/tcp_cmds/ipneigh/
Dipneigh01.sh61 ping$TST_IPV6 -q -c1 $(tst_ipaddr rhost) -I $(tst_iface) > /dev/null || \
/third_party/ltp/testcases/network/stress/ipsec/
Dipsec_lib.sh285 if_loc=$(tst_iface)
286 if_rmt=$(tst_iface rhost)

12