.\" 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_PDU_DECODE_PDU_TYPE" "" "06 October 2005" "" ""
.SH NAME
llc_pdu_decode_pdu_type \- designates PDU type
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void llc_pdu_decode_pdu_type (struct sk_buff * \fIskb\fB, u8 * \fItype\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIskb\fB\fR
input skb that type of it must be designated.
.TP
\fB\fItype\fB\fR
type of PDU (output argument).
.SH "DESCRIPTION"
.PP
This function designates type of PDU (I, S or U).