Home
last modified time | relevance | path

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

/linux/samples/pktgen/
H A Dfunctions.sh148 local IFACE=$1
149 local queues="${IFACE}-.*TxRx"
152 [ -z "$irqs" ] && irqs=$(grep $IFACE /proc/interrupts | cut -f1 -d:)
153 [ -z "$irqs" ] && irqs=$(for i in `ls -Ux /sys/class/net/$IFACE/device/msi_irqs` ;\
156 [ -z "$irqs" ] && err 3 "Could not find interrupts for $IFACE"
/linux/tools/testing/selftests/net/
H A Dsctp_vrf.sh70 local IFACE=$1
74 grep LISTEN | grep "$IFACE" 2>&1 >/dev/null; do
82 local IFACE=$2
86 $SERVER_PORT $IFACE 2>&1 >/dev/null &
88 wait_server $IFACE || return $RET
/linux/net/netfilter/ipset/
H A Dip_set_hash_netiface.c175 #define IFACE(dir) (par->state->dir ? par->state->dir->name : "") in hash_netiface4_kadt() macro
189 STRSCPY(e.iface, SRCDIR ? IFACE(in) : IFACE(out)); in hash_netiface4_kadt()
407 STRSCPY(e.iface, SRCDIR ? IFACE(in) : IFACE(out)); in hash_netiface6_kadt()
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Dice.rst438 # for file in /sys/class/net/$IFACE/queues/rx-*/rps_flow_cnt; do