.\" 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_SEND_RR_RSP_F_SET_ACKPF" "" "06 October 2005" "" ""
.SH NAME
llc_conn_ac_send_rr_rsp_f_set_ackpf \- ack all rx PDUs not yet acked
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int llc_conn_ac_send_rr_rsp_f_set_ackpf (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 sends an RR response with f-bit set to ack_pf flag as
acknowledge to all received PDUs which have not been acknowledged, yet,
if there is any. ack_pf flag indicates if a PDU has been received with
p-bit set to one. Returns 0 for success, 1 otherwise.