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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_check_mtu.c76 if (err != BPF_MTU_CHK_RET_FRAG_NEEDED)
149 if (err == BPF_MTU_CHK_RET_FRAG_NEEDED)
191 if (err != BPF_MTU_CHK_RET_FRAG_NEEDED)
218 if (err != BPF_MTU_CHK_RET_FRAG_NEEDED)
285 if (err == BPF_MTU_CHK_RET_FRAG_NEEDED)
/linux-master/include/uapi/linux/
H A Dbpf.h5098 * * **BPF_MTU_CHK_RET_FRAG_NEEDED**
7219 BPF_MTU_CHK_RET_FRAG_NEEDED, /* fragmentation required to fwd */ enumerator in enum:bpf_check_mtu_ret
/linux-master/tools/include/uapi/linux/
H A Dbpf.h5098 * * **BPF_MTU_CHK_RET_FRAG_NEEDED**
7219 BPF_MTU_CHK_RET_FRAG_NEEDED, /* fragmentation required to fwd */ enumerator in enum:bpf_check_mtu_ret
/linux-master/net/core/
H A Dfilter.c6214 int ret = BPF_MTU_CHK_RET_FRAG_NEEDED;
6287 ret = BPF_MTU_CHK_RET_FRAG_NEEDED;

Completed in 448 milliseconds