Home
last modified time | relevance | path

Searched refs:socket_shutdown (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/pcmcia/
Dcs.c285 static void socket_shutdown(struct pcmcia_socket *s) in socket_shutdown() function
444 socket_shutdown(skt); in socket_insert()
499 socket_shutdown(skt); in socket_late_resume()
508 socket_shutdown(skt); in socket_late_resume()
560 socket_shutdown(skt); in socket_remove()
/Linux-v5.4/Documentation/pcmcia/
Dlocking.rst31 socket_shutdown()
/Linux-v5.4/include/linux/
Dlsm_hooks.h1725 int (*socket_shutdown)(struct socket *sock, int how); member
1996 struct hlist_head socket_shutdown; member
/Linux-v5.4/security/apparmor/
Dlsm.c1204 LSM_HOOK_INIT(socket_shutdown, apparmor_socket_shutdown),
/Linux-v5.4/security/
Dsecurity.c2044 return call_int_hook(socket_shutdown, 0, sock, how); in security_socket_shutdown()
/Linux-v5.4/security/selinux/
Dhooks.c6961 LSM_HOOK_INIT(socket_shutdown, selinux_socket_shutdown),