.\" 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_FIND_SAP_TRANS" "" "06 October 2005" "" ""
.SH NAME
llc_find_sap_trans \- finds transition for event
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct llc_sap_state_trans * llc_find_sap_trans (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.
Returns the pointer to found transition on success or NULL for
failure.