Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/pktgen/
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-5.10/net/netfilter/ipset/
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()