Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dsyncookies.c190 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_check() function
199 EXPORT_SYMBOL_GPL(__cookie_v4_check);
352 mss = __cookie_v4_check(ip_hdr(skb), th, cookie); in cookie_v4_check()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_synproxy_core.c643 mss = __cookie_v4_check(ip_hdr(skb), th, ntohl(th->ack_seq) - 1); in synproxy_recv_client_ack()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h470 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th,
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c6515 ret = __cookie_v4_check((struct iphdr *)iph, th, cookie); in BPF_CALL_5()