TRANSMIT_SKB
Section: (9)
Updated: 09 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: 00:02:55 GMT, October 09, 2005