.\" 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_EV_QLFY_LAST_FRAME_EQ_1" "" "06 October 2005" "" ""
.SH NAME
llc_conn_ev_qlfy_last_frame_eq_1 \- checks if frame is last in tx window
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int llc_conn_ev_qlfy_last_frame_eq_1 (struct sock * \fIsk\fB, struct sk_buff * \fIskb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsk\fB\fR
current connection structure.
.TP
\fB\fIskb\fB\fR
current event.
.SH "DESCRIPTION"
.PP
This function determines when frame which is sent, is last frame of
transmit window, if it is then this function return zero else return
one. This function is used for sending last frame of transmit window
as I-format command with p-bit set to one. Returns 0 if frame is last
frame, 1 otherwise.