Home
last modified time | relevance | path

Searched refs:IFACE (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/samples/pktgen/
H A Dfunctions.sh142 local IFACE=$1
143 local queues="${IFACE}-.*TxRx"
146 [ -z "$irqs" ] && irqs=$(grep $IFACE /proc/interrupts | cut -f1 -d:)
147 [ -z "$irqs" ] && irqs=$(for i in `ls -Ux /sys/class/net/$IFACE/device/msi_irqs` ;\
150 [ -z "$irqs" ] && err 3 "Could not find interrupts for $IFACE"
/kernel/linux/linux-6.6/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"
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dsctp_vrf.sh76 local IFACE=$1
80 grep LISTEN | grep "$IFACE" 2>&1 >/dev/null; do
88 local IFACE=$2
92 $SERVER_PORT $IFACE 2>&1 >/dev/null &
94 wait_server $IFACE || return $RET
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_hash_netiface.c174 #define IFACE(dir) (par->state->dir ? par->state->dir->name : "") in hash_netiface4_kadt() macro
188 STRLCPY(e.iface, SRCDIR ? IFACE(in) : IFACE(out)); in hash_netiface4_kadt()
406 STRLCPY(e.iface, SRCDIR ? IFACE(in) : IFACE(out)); in hash_netiface6_kadt()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds