Home
last modified time | relevance | path

Searched refs:NETIF (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/net/lib/
H A Dksft_setup_loopback.sh17 if [ -z "$NETIF" ]; then
21 if ! [ -d "/sys/class/net/$NETIF" ]; then
22 echo "Error: Can't find $NETIF, invalid netdevice"
27 readonly FLUSH_PATH="/sys/class/net/${NETIF}/gro_flush_timeout"
28 readonly IRQ_PATH="/sys/class/net/${NETIF}/napi_defer_hard_irqs"
57 ethtool -K "${NETIF}" loopback off 2>/dev/null || true
69 echo "Enabling loopback on ${NETIF}..."
70 ethtool -K "${NETIF}" loopback on || {
85 ip link add link "${NETIF}" dev server address "${SERVER_MAC}" type macvlan
93 ip link add link "${NETIF}" dev client address "${CLIENT_MAC}" type macvlan
[all …]
/linux/tools/testing/selftests/drivers/net/
H A DREADME.rst42 $ NETIF=eth0 ./some_test.sh
48 NETIF=eth0
51 need only the ``NETIF`` variable. Remaining variables define the endpoint
54 NETIF section in Variables
121 NETIF=eth0
/linux/Documentation/networking/
H A Dnetif-msg.rst4 NETIF Msg Level
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst693 information (please see: NETIF Msg Level).