Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
Dcheck_mtu.c83 int retval_expect = XDP_PASS; in test_check_mtu_run_xdp() local
101 CHECK(tattr.retval != retval_expect, "retval", in test_check_mtu_run_xdp()
103 prog_name, tattr.retval, retval_expect); in test_check_mtu_run_xdp()
143 int retval_expect = BPF_OK; in test_check_mtu_run_tc() local
161 CHECK(tattr.retval != retval_expect, "retval", in test_check_mtu_run_tc()
163 prog_name, tattr.retval, retval_expect); in test_check_mtu_run_tc()