OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_bpf
(Results
1 - 6
of
6
) sorted by null
/external/linux-kselftest/tools/testing/selftests/net/
test_bpf.sh
3
# Runs bpf test using
test_bpf
kernel module
5
if /sbin/modprobe -q
test_bpf
; then
6
/sbin/modprobe -q -r
test_bpf
;
7
echo "
test_bpf
: ok";
9
echo "
test_bpf
: [FAIL]";
Makefile
7
TEST_PROGS := run_netsocktests run_afpackettests
test_bpf
.sh netdevice.sh rtnetlink.sh
/external/linux-kselftest/tools/testing/selftests/bpf/
test_kmod.sh
22
if [ -f ${SRC_TREE}/lib/
test_bpf
.ko ]; then
23
insmod ${SRC_TREE}/lib/
test_bpf
.ko 2> /dev/null
28
# Use modprobe dry run to check for missing
test_bpf
module
29
if ! /sbin/modprobe -q -n
test_bpf
; then
30
echo "
test_bpf
: [SKIP]"
31
elif /sbin/modprobe -q
test_bpf
; then
32
echo "
test_bpf
: ok"
34
echo "
test_bpf
: [FAIL]"
38
rmmod
test_bpf
2> /dev/null
/external/strace/tests/
bpf.c
160
test_bpf
(const struct bpf_check *cmd_check)
function
[
all
...]
/external/strace/tests-m32/
bpf.c
160
test_bpf
(const struct bpf_check *cmd_check)
function
[
all
...]
/external/strace/tests-mx32/
bpf.c
160
test_bpf
(const struct bpf_check *cmd_check)
function
[
all
...]
Completed in 200 milliseconds