Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dtest_vxlan_fdb_changelink.sh75 check_command netstat || return
H A Dlib.sh527 check_command() function
541 if ! check_command "$cmd"; then
H A Dpmtu.sh2092 check_command() { function
2114 check_command taskset || return $ksft_skip
/linux/tools/testing/selftests/net/forwarding/
H A Dlib.sh1790 check_command "$MCD" || return 1
1791 check_command "$MC_CLI" || return 1
/linux/kernel/trace/
H A Dtrace_events_synth.c1541 static int check_command(const char *raw_command) in check_command() function
1585 ret = check_command(raw_command); in create_or_delete_synth_event()
2196 ret = check_command(raw_command + len); in create_synth_event()