.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "LLC_SEND_DISC" "" "06 October 2005" "" "" .SH NAME llc_send_disc \- Called by upper layer to close a connection .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int llc_send_disc (struct sock * \fIsk\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsk\fB\fR connection to be closed .SH "DESCRIPTION" .PP Upper layer calls this when it wants to close an established LLC connection with a remote machine. This function packages a proper event and sends it to connection component state machine. Returns 0 for success, 1 otherwise.