Home
last modified time | relevance | path

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

/linux-6.3-rc2/samples/pktgen/
A Dfunctions.sh147 local IFACE=$1
148 local queues="${IFACE}-.*TxRx"
151 [ -z "$irqs" ] && irqs=$(grep $IFACE /proc/interrupts | cut -f1 -d:)
152 [ -z "$irqs" ] && irqs=$(for i in `ls -Ux /sys/class/net/$IFACE/device/msi_irqs` ;\
155 [ -z "$irqs" ] && err 3 "Could not find interrupts for $IFACE"
/linux-6.3-rc2/tools/testing/selftests/net/
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
/linux-6.3-rc2/net/netfilter/ipset/
A Dip_set_hash_netiface.c175 #define IFACE(dir) (par->state->dir ? par->state->dir->name : "") in hash_netiface4_kadt() macro
189 STRLCPY(e.iface, SRCDIR ? IFACE(in) : IFACE(out)); in hash_netiface4_kadt()
407 STRLCPY(e.iface, SRCDIR ? IFACE(in) : IFACE(out)); in hash_netiface6_kadt()
/linux-6.3-rc2/Documentation/devicetree/bindings/remoteproc/
A Dqcom,msm8996-mss-pil.yaml215 - description: GCC MSS IFACE clock
253 - description: GCC MSS IFACE clock
290 - description: GCC MSS IFACE clock
A Dqcom,sc7180-mss-pil.yaml56 - description: GCC MSS IFACE clock
A Dqcom,sc7280-mss-pil.yaml60 - description: GCC MSS IFACE clock
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/intel/
A Dice.rst443 # for file in /sys/class/net/$IFACE/queues/rx-*/rps_flow_cnt; do

Completed in 13 milliseconds