Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h7064 BPF_MTU_CHK_RET_SEGS_TOOBIG, /* GSO re-segmentation needed to fwd */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h7064 BPF_MTU_CHK_RET_SEGS_TOOBIG, /* GSO re-segmentation needed to fwd */ enumerator
/openbmc/linux/net/core/
H A Dfilter.c6252 ret = BPF_MTU_CHK_RET_SEGS_TOOBIG; in BPF_CALL_5()