Home
last modified time | relevance | path

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

/linux-6.12.1/net/core/
Dfilter.c7354 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() argument
7359 if (unlikely(!sk || th_len < sizeof(*th))) in BPF_CALL_5()
7427 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() argument
7433 if (unlikely(!sk || th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_5()
7794 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() argument
7799 if (unlikely(th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_3()
7820 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() argument
7828 if (unlikely(th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_3()