Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfilter.c7591 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() argument
7596 if (unlikely(!sk || th_len < sizeof(*th))) in BPF_CALL_5()
7664 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() argument
7670 if (unlikely(!sk || th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_5()
8034 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() argument
8039 if (unlikely(th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_3()
8060 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() argument
8068 if (unlikely(th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_3()