Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dfilter.c7316 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() argument
7322 if (unlikely(!sk || th_len < sizeof(*th))) in BPF_CALL_5()
7392 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() argument
7398 if (unlikely(!sk || th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_5()
7755 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() argument
7760 if (unlikely(th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_3()
7781 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() argument
7789 if (unlikely(th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_3()