Home
last modified time | relevance | path

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

/net/core/
Dfilter.c6868 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() argument
6874 if (unlikely(!sk || th_len < sizeof(*th))) in BPF_CALL_5()
6944 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() argument
6950 if (unlikely(!sk || th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_5()