Searched refs:BPF_MTU_CHK_RET_FRAG_NEEDED (Results 1 – 4 of 4) sorted by relevance
76 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()
7087 BPF_MTU_CHK_RET_FRAG_NEEDED, /* fragmentation required to fwd */ enumerator
7084 BPF_MTU_CHK_RET_FRAG_NEEDED, /* fragmentation required to fwd */ enumerator
6224 int ret = BPF_MTU_CHK_RET_FRAG_NEEDED; in BPF_CALL_5()6289 ret = BPF_MTU_CHK_RET_FRAG_NEEDED; in BPF_CALL_5()