Searched refs:mtu_result (Results 1 – 4 of 4) 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()
6986 __u16 mtu_result; member
5746 params->mtu_result = mtu; /* union with tot_len */ in bpf_fib_set_fwd_params()5837 params->mtu_result = mtu; /* union with tot_len */ in bpf_ipv4_fib_lookup()5980 params->mtu_result = mtu; /* union with tot_len */ in bpf_ipv6_fib_lookup()6088 params->mtu_result = dev->mtu; /* union with tot_len */ in BPF_CALL_4()