.\" 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_UI_SEND_DATA" "9" "09 October 2005" "" ""
.SH NAME
llc_ui_send_data \- send data via reliable llc2 connection
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int llc_ui_send_data (struct sock * \fIsk\fB, struct sk_buff * \fIskb\fB, int \fInoblock\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsk\fB\fR
Connection the socket is using.
.TP
\fB\fIskb\fB\fR
Data the user wishes to send.
.TP
\fB\fInoblock\fB\fR
can we block waiting for data?
.SH "DESCRIPTION"
.PP
Send data via reliable llc2 connection.
Returns 0 upon success, non-zero if action did not succeed.