Searched refs:BPF_FIB_LKUP_RET_FRAG_NEEDED (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dbpf.h3404 * If lookup fails with BPF_FIB_LKUP_RET_FRAG_NEEDED, then the MTU
7132 BPF_FIB_LKUP_RET_FRAG_NEEDED, /* fragmentation required to fwd */ enumerator in enum:__anon2697
/linux-master/tools/include/uapi/linux/
H A Dbpf.h3404 * If lookup fails with BPF_FIB_LKUP_RET_FRAG_NEEDED, then the MTU
7132 BPF_FIB_LKUP_RET_FRAG_NEEDED, /* fragmentation required to fwd */ enumerator in enum:__anon3238
/linux-master/net/core/
H A Dfilter.c5917 return BPF_FIB_LKUP_RET_FRAG_NEEDED;
6063 return BPF_FIB_LKUP_RET_FRAG_NEEDED;
6181 rc = BPF_FIB_LKUP_RET_FRAG_NEEDED;

Completed in 1383 milliseconds