Searched refs:th_len (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/net/core/ |
| D | filter.c | 7023 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() argument 7029 if (unlikely(!sk || th_len < sizeof(*th))) in BPF_CALL_5() 7099 struct tcphdr *, th, u32, th_len) in BPF_CALL_5() argument 7105 if (unlikely(!sk || th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_5() 7462 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() argument 7467 if (unlikely(th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_3() 7488 struct tcphdr *, th, u32, th_len) in BPF_CALL_3() argument 7496 if (unlikely(th_len < sizeof(*th) || th_len != th->doff * 4)) in BPF_CALL_3()
|