Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dfilter.c7434 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() argument
7439 if (unlikely(!sk || th_len < sizeof(*th))) in BPF_CALL_5()
7507 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() argument
7513 if (unlikely(!sk || th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_5()
7877 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() argument
7882 if (unlikely(th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_3()
7903 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() argument
7911 if (unlikely(th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_3()