Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Dfilter.c5794 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() argument
5800 if (unlikely(th_len < sizeof(*th))) in BPF_CALL_5()
5861 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() argument
5867 if (unlikely(th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_5()