Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtest_check_mtu.c76 if (err != BPF_MTU_CHK_RET_FRAG_NEEDED) in xdp_exceed_mtu()
149 if (err == BPF_MTU_CHK_RET_FRAG_NEEDED) in xdp_input_len_exceed()
191 if (err != BPF_MTU_CHK_RET_FRAG_NEEDED) in tc_exceed_mtu()
218 if (err != BPF_MTU_CHK_RET_FRAG_NEEDED) in tc_exceed_mtu_da()
285 if (err == BPF_MTU_CHK_RET_FRAG_NEEDED) in tc_input_len_exceed()
/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h7050 BPF_MTU_CHK_RET_FRAG_NEEDED, /* fragmentation required to fwd */ enumerator
/Linux-v6.6/include/uapi/linux/
Dbpf.h7050 BPF_MTU_CHK_RET_FRAG_NEEDED, /* fragmentation required to fwd */ enumerator
/Linux-v6.6/net/core/
Dfilter.c6119 int ret = BPF_MTU_CHK_RET_FRAG_NEEDED; in BPF_CALL_5()
6192 ret = BPF_MTU_CHK_RET_FRAG_NEEDED; in BPF_CALL_5()