Home
last modified time | relevance | path

Searched refs:BPF_MTU_CHK_RET_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h7062 BPF_MTU_CHK_RET_SUCCESS, /* check and lookup successful */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h7062 BPF_MTU_CHK_RET_SUCCESS, /* check and lookup successful */ enumerator
/openbmc/linux/net/core/
H A Dfilter.c6239 ret = BPF_MTU_CHK_RET_SUCCESS; in BPF_CALL_5()
6248 ret = BPF_MTU_CHK_RET_SUCCESS; in BPF_CALL_5()
6266 int ret = BPF_MTU_CHK_RET_SUCCESS; in BPF_CALL_5()