.\" 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 "NETIUCV_TRANSMIT_SKB" "" "06 October 2005" "" "" .SH NAME netiucv_transmit_skb \- .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int netiucv_transmit_skb (struct iucv_connection * \fIconn\fB, struct sk_buff * \fIskb\fB); \fR .SH "ARGUMENTS" .TP \fB\fIconn\fB\fR -- undescribed -- .TP \fB\fIskb\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP This is a helper function for \fBnetiucv_tx\fR\&. .PP \fIparam\fR conn Connection to be used for sending. \fIparam\fR skb Pointer to struct sk_buff of packet to send. The linklevel header has already been set up by \fBnetiucv_tx\fR\&. .PP \fIreturn\fR 0 on success, -ERRNO on failure. (Never fails.)