Searched refs:sock_diag_check_cookie (Results 1 – 6 of 6) sorted by relevance
29 int sock_diag_check_cookie(struct sock *sk, const __u32 *cookie);
35 int sock_diag_check_cookie(struct sock *sk, const __u32 *cookie) in sock_diag_check_cookie() function48 EXPORT_SYMBOL_GPL(sock_diag_check_cookie);
65 err = sock_diag_check_cookie(sk, req->id.idiag_cookie); in udp_dump_one()217 if (sock_diag_check_cookie(sk, req->id.idiag_cookie)) { in __udp_diag_destroy()
451 if (sock_diag_check_cookie(sk, req->id.idiag_cookie)) { in inet_diag_find_one_icsk()
263 err = sock_diag_check_cookie(sk, req->udiag_cookie); in unix_diag_get_exact()
278 err = sock_diag_check_cookie(sk, req->id.idiag_cookie); in sctp_tsp_dump_one()