socket_shutdown
socket_shutdown(skt);
socket_shutdown(skt);
socket_shutdown(skt);
socket_shutdown(skt);
LSM_HOOK(int, 0, socket_shutdown, struct socket *sock, int how)
LSM_HOOK_INIT(socket_shutdown, apparmor_socket_shutdown),
return call_int_hook(socket_shutdown, sock, how);
LSM_HOOK_INIT(socket_shutdown, selinux_socket_shutdown),