.\" 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_SERVICE" "" "06 October 2005" "" "" .SH NAME llc_conn_service \- finds transition and changes state of connection .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int llc_conn_service (struct sock * \fIsk\fB, struct sk_buff * \fIskb\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsk\fB\fR connection .TP \fB\fIskb\fB\fR happened event .SH "DESCRIPTION" .PP This function finds transition that matches with happened event, then executes related actions and finally changes state of connection. Returns 0 for success, 1 for failure.