OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lhost_module
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/network/stress/route/
route4-rmmod
100
if [ x${
lhost_module
} != x ]; then
101
modprobe $
lhost_module
161
lhost_module
=`ethtool -i $lhost_ifname | grep driver | sed "s/driver:[[:blank:]]*//"`
170
if [ $
lhost_module
= $module ]; then
248
rmmod $
lhost_module
&& modprobe $
lhost_module
route6-rmmod
96
if [ x${
lhost_module
} != x ]; then
97
modprobe $
lhost_module
157
lhost_module
=`ethtool -i $lhost_ifname | grep driver | sed "s/driver:[[:blank:]]*//"`
166
if [ $
lhost_module
= $module ]; then
244
rmmod $
lhost_module
&& modprobe $
lhost_module
Completed in 391 milliseconds