.\" 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 "ATALK_RCV" "" "06 October 2005" "" "" .SH NAME atalk_rcv \- Receive a packet (in skb) from device dev .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int atalk_rcv (struct sk_buff * \fIskb\fB, struct net_device * \fIdev\fB, struct packet_type * \fIpt\fB); \fR .SH "ARGUMENTS" .TP \fB\fIskb\fB\fR -- undescribed -- .TP \fB\fIdev\fB\fR -- undescribed -- .TP \fB\fIpt\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP \fIskb\fR - packet received \fIdev\fR - network device where the packet comes from \fIpt\fR - packet type .PP 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]