Home
last modified time | relevance | path

Searched refs:sock_shutdown_cmd (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dnet.h91 enum sock_shutdown_cmd { enum
331 int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how);
/OK3568_Linux_fs/kernel/net/
H A Dsocket.c3558 int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how) in kernel_sock_shutdown()