NETIUCV_TX

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

 

NAME

netiucv_tx -  

SYNOPSIS

"SYNOPSIS"

int netiucv_tx (struct sk_buff * skb, struct net_device * dev);  

ARGUMENTS

skb
-- undescribed --
dev
-- undescribed --
 

DESCRIPTION

Called from generic network device layer.

param skb Pointer to buffer containing the packet. param dev Pointer to interface struct.

return 0 if packet consumed, !0 if packet rejected.  

NOTE

If we return !0, then the packet is free'd by the generic network layer.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTE

This document was created by man2html, using the manual pages.
Time: 13:31:42 GMT, October 06, 2005