.\" 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_AC_RST_SENDACK_FLAG" "" "06 October 2005" "" ""
.SH NAME
llc_conn_ac_rst_sendack_flag \- resets ack_must_be_send flag
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int llc_conn_ac_rst_sendack_flag (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 action resets ack_must_be_send flag of given connection, this flag
indicates if there is any PDU which has not been acknowledged yet.
Returns 0 for success, 1 otherwise.