Searched refs:mtu_result (Results 1 – 4 of 4) sorted by relevance
84 __u32 mtu_result = 0; in test_check_mtu_run_xdp() local106 mtu_result = skel->bss->global_bpf_mtu_xdp; in test_check_mtu_run_xdp()107 ASSERT_EQ(mtu_result, mtu_expect, "MTU-compare-user"); in test_check_mtu_run_xdp()144 __u32 mtu_result = 0; in test_check_mtu_run_tc() local166 mtu_result = skel->bss->global_bpf_mtu_tc; in test_check_mtu_run_tc()167 ASSERT_EQ(mtu_result, mtu_expect, "MTU-compare-user"); in test_check_mtu_run_tc()
6067 __u16 mtu_result; member
5373 params->mtu_result = mtu; /* union with tot_len */ in bpf_fib_set_fwd_params()5458 params->mtu_result = mtu; /* union with tot_len */ in bpf_ipv4_fib_lookup()5587 params->mtu_result = mtu; /* union with tot_len */ in bpf_ipv6_fib_lookup()5686 params->mtu_result = dev->mtu; /* union with tot_len */ in BPF_CALL_4()