Searched refs:__cookie_v4_check (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | syncookies.c | 182 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_check() function 191 EXPORT_SYMBOL_GPL(__cookie_v4_check); 343 mss = __cookie_v4_check(ip_hdr(skb), th, cookie); in cookie_v4_check()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_synproxy_core.c | 620 mss = __cookie_v4_check(ip_hdr(skb), th, ntohl(th->ack_seq) - 1); in synproxy_recv_client_ack()
|
/openbmc/linux/include/net/ |
H A D | tcp.h | 487 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th,
|
/openbmc/linux/net/core/ |
H A D | filter.c | 7351 ret = __cookie_v4_check((struct iphdr *)iph, th, cookie); in BPF_CALL_5() 7817 if (__cookie_v4_check(iph, th, cookie) > 0) in BPF_CALL_2()
|