.\" 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_SAP_NEXT_STATE" "" "06 October 2005" "" ""
.SH NAME
llc_sap_next_state \- finds transition, execs actions & change SAP state
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int llc_sap_next_state (struct llc_sap * \fIsap\fB, struct sk_buff * \fIskb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsap\fB\fR
pointer to SAP
.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 SAP. It returns
0 on success and 1 for failure.