.\" 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_0" "" "06 October 2005" "" "" .SH NAME llc_conn_ev_qlfy_last_frame_eq_0 \- checks if frame isn't last in tx window .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int llc_conn_ev_qlfy_last_frame_eq_0 (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, isn't last frame of transmit window, if it isn't then this function return zero else return one. Returns 0 if frame isn't last frame, 1 otherwise.