.\" 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_CONN_STATE_PROCESS" "" "06 October 2005" "" "" .SH NAME llc_conn_state_process \- sends event to connection state machine .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int llc_conn_state_process (struct sock * \fIsk\fB, struct sk_buff * \fIskb\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsk\fB\fR connection .TP \fB\fIskb\fB\fR occurred event .SH "DESCRIPTION" .PP Sends an event to connection state machine. After processing event (executing it's actions and changing state), upper layer will be indicated or confirmed, if needed. Returns 0 for success, 1 for failure. The socket lock has to be held before calling this function.