Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnet.h93 enum sock_shutdown_cmd { enum
340 int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how);
/openbmc/linux/net/
H A Dsocket.c3679 int kernel_sock_shutdown(struct socket *sock, enum sock_shutdown_cmd how) in kernel_sock_shutdown()