Home
last modified time | relevance | path

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

/linux-5.19.10/samples/pktgen/
Dfunctions.sh40 local proc_file="pgctrl"
41 proc_cmd ${proc_file} "$@"
46 local proc_file="kpktgend_${thread}"
48 proc_cmd ${proc_file} "$@"
53 local proc_file="$dev"
55 proc_cmd ${proc_file} "$@"
62 local proc_file=$1
66 local proc_ctrl=${PROC_DIR}/$proc_file
81 if [[ "$proc_file" != "pgctrl" ]]; then