TRANSMIT_SKB

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

transmit_skb -  

SYNOPSIS

"SYNOPSIS"

int transmit_skb (struct channel * ch, struct sk_buff * skb);  

ARGUMENTS

ch
-- undescribed --
skb
-- undescribed --
 

DESCRIPTION

This is a helper function for ctc_tx.

param ch Channel to be used for sending. param skb Pointer to struct sk_buff of packet to send. The linklevel header has already been set up by ctc_tx.

return 0 on success, -ERRNO on failure. (Never fails.)


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:21:14 GMT, October 06, 2005