Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A 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()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h7063 BPF_MTU_CHK_RET_FRAG_NEEDED, /* fragmentation required to fwd */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h7063 BPF_MTU_CHK_RET_FRAG_NEEDED, /* fragmentation required to fwd */ enumerator
/openbmc/linux/net/core/
H A Dfilter.c6215 int ret = BPF_MTU_CHK_RET_FRAG_NEEDED; in BPF_CALL_5()
6288 ret = BPF_MTU_CHK_RET_FRAG_NEEDED; in BPF_CALL_5()