Home
last modified time | relevance | path

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

/net/core/
Dfilter.c6867 BPF_CALL_5(bpf_tcp_check_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5() argument
6887 if (unlikely(iph_len < sizeof(struct iphdr))) in BPF_CALL_5()
6908 if (unlikely(iph_len < sizeof(struct ipv6hdr))) in BPF_CALL_5()
6943 BPF_CALL_5(bpf_tcp_gen_syncookie, struct sock *, sk, void *, iph, u32, iph_len, in BPF_CALL_5() argument
6962 if (unlikely(iph_len < sizeof(struct iphdr))) in BPF_CALL_5()
6978 if (unlikely(iph_len < sizeof(struct ipv6hdr))) in BPF_CALL_5()