ATALK_RCV

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

 

NAME

atalk_rcv - Receive a packet (in skb) from device dev  

SYNOPSIS

"SYNOPSIS"

int atalk_rcv (struct sk_buff * skb, struct net_device * dev, struct packet_type * pt);  

ARGUMENTS

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

DESCRIPTION

skb - packet received dev - network device where the packet comes from pt - packet type

Receive a packet (in skb) from device dev. This has come from the SNAP decoder, and on entry skb->h.raw is the DDP header, skb->len is the DDP header, skb->len is the DDP length. The physical headers have been extracted. PPP should probably pass frames marked as for this layer. [ie ARPHRD_ETHERTALK]


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 04:40:38 GMT, October 06, 2005