Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dcheck_mtu.c83 __u32 mtu_result = 0; in test_check_mtu_run_xdp() local
99 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() local
152 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()
/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h6986 __u16 mtu_result; member
/Linux-v6.6/include/uapi/linux/
Dbpf.h6986 __u16 mtu_result; member
/Linux-v6.6/net/core/
Dfilter.c5746 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()