Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h7058 BPF_MTU_CHK_SEGS = (1U << 0), enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h7058 BPF_MTU_CHK_SEGS = (1U << 0), enumerator
/openbmc/linux/net/core/
H A Dfilter.c6220 if (unlikely(flags & ~(BPF_MTU_CHK_SEGS))) in BPF_CALL_5()
6223 if (unlikely(flags & BPF_MTU_CHK_SEGS && (len_diff || *mtu_len))) in BPF_CALL_5()
6250 if (flags & BPF_MTU_CHK_SEGS && in BPF_CALL_5()