Searched refs:__cookie_v4_check (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | syncookies.c | 184 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th, in __cookie_v4_check() function 193 EXPORT_SYMBOL_GPL(__cookie_v4_check); variable 345 mss = __cookie_v4_check(ip_hdr(skb), th, cookie); in cookie_v4_check()
|
/kernel/linux/linux-6.6/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); variable 343 mss = __cookie_v4_check(ip_hdr(skb), th, cookie); in cookie_v4_check()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_synproxy_core.c | 643 mss = __cookie_v4_check(ip_hdr(skb), th, ntohl(th->ack_seq) - 1); in synproxy_recv_client_ack()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 467 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 486 int __cookie_v4_check(const struct iphdr *iph, const struct tcphdr *th,
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 7300 ret = __cookie_v4_check((struct iphdr *)iph, th, cookie); in BPF_CALL_5() 7766 if (__cookie_v4_check(iph, th, cookie) > 0) in BPF_CALL_2() 7774 .gpl_only = true, /* __cookie_v4_check is GPL */
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 6628 ret = __cookie_v4_check((struct iphdr *)iph, th, cookie); in BPF_CALL_5()
|
Completed in 41 milliseconds