Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dcheck_mtu.c84 __u32 mtu_result = 0; in test_check_mtu_run_xdp() local
106 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() local
166 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()
/Linux-v5.15/include/uapi/linux/
Dbpf.h6067 __u16 mtu_result; member
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h6067 __u16 mtu_result; member
/Linux-v5.15/net/core/
Dfilter.c5373 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()