.\" 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 "TRANSMIT_SKB" "9" "09 October 2005" "" "" .SH NAME transmit_skb \- .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int transmit_skb (struct channel * \fIch\fB, struct sk_buff * \fIskb\fB); \fR .SH "ARGUMENTS" .TP \fB\fIch\fB\fR -- undescribed -- .TP \fB\fIskb\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP This is a helper function for \fBctc_tx\fR\&. .PP \fIparam\fR ch Channel 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 \fBctc_tx\fR\&. .PP \fIreturn\fR 0 on success, -ERRNO on failure. (Never fails.)