Searched refs:mtu_result (Results 1 – 2 of 2) sorted by relevance
83 __u32 mtu_result = 0; in test_check_mtu_run_xdp() local99 mtu_result = skel->bss->global_bpf_mtu_xdp; in test_check_mtu_run_xdp()100 ASSERT_EQ(mtu_result, mtu_expect, "MTU-compare-user"); in test_check_mtu_run_xdp()136 __u32 mtu_result = 0; in test_check_mtu_run_tc() local152 mtu_result = skel->bss->global_bpf_mtu_tc; in test_check_mtu_run_tc()153 ASSERT_EQ(mtu_result, mtu_expect, "MTU-compare-user"); in test_check_mtu_run_tc()
7013 __u16 mtu_result; member