Searched refs:__cookie_v4_check (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/net/ipv4/ |
D | syncookies.c | 188 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_check() function 197 EXPORT_SYMBOL_GPL(__cookie_v4_check); 350 mss = __cookie_v4_check(ip_hdr(skb), th, cookie); in cookie_v4_check()
|
/linux-5.19.10/net/netfilter/ |
D | nf_synproxy_core.c | 620 mss = __cookie_v4_check(ip_hdr(skb), th, ntohl(th->ack_seq) - 1); in synproxy_recv_client_ack()
|
/linux-5.19.10/include/net/ |
D | tcp.h | 479 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th,
|
/linux-5.19.10/net/core/ |
D | filter.c | 7068 ret = __cookie_v4_check((struct iphdr *)iph, th, cookie); in BPF_CALL_5()
|