Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dsyncookies.c299 struct request_sock *cookie_bpf_check(struct sock *sk, struct sk_buff *skb) in cookie_bpf_check() function
313 EXPORT_SYMBOL_GPL(cookie_bpf_check);
418 req = cookie_bpf_check(sk, skb); in cookie_v4_check()
/linux/net/ipv6/
H A Dsyncookies.c187 req = cookie_bpf_check(sk, skb); in cookie_v6_check()
/linux/include/net/
H A Dtcp.h619 struct request_sock *cookie_bpf_check(struct sock *sk, struct sk_buff *skb);
626 static inline struct request_sock *cookie_bpf_check(struct net *net, struct sock *sk, in cookie_bpf_check() function