Home
last modified time | relevance | path

Searched refs:sock_diag_destroy (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/core/
H A Dsock_diag.c297 int sock_diag_destroy(struct sock *sk, int err) in sock_diag_destroy() function
307 EXPORT_SYMBOL_GPL(sock_diag_destroy);
/OK3568_Linux_fs/kernel/include/linux/
H A Dsock_diag.h92 int sock_diag_destroy(struct sock *sk, int err);
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_diag.c204 err = sock_diag_destroy(sk, ECONNABORTED); in tcp_diag_destroy()
H A Draw_diag.c211 err = sock_diag_destroy(sk, ECONNABORTED); in raw_diag_destroy()
H A Dudp_diag.c220 err = sock_diag_destroy(sk, ECONNABORTED); in __udp_diag_destroy()